Merge branch 'm26_MDL-46900' of https://github.com/totara/moodle into MOODLE_26_STABLE
This commit is contained in:
+1
-1
@@ -708,7 +708,7 @@ NS.setup_toggle_show = function() {
|
||||
NS.toggle_show = function(e) {
|
||||
// Toggle the active class on both the clicked .btn-navbar and the .nav-collapse.
|
||||
// Our CSS will set the height for these.
|
||||
Y.one(SELECTORS.NAV_COLLAPSE).toggleClass(CSS.ACTIVE);
|
||||
Y.all(SELECTORS.NAV_COLLAPSE).toggleClass(CSS.ACTIVE);
|
||||
e.currentTarget.toggleClass(CSS.ACTIVE);
|
||||
};
|
||||
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
@@ -698,7 +698,7 @@ NS.setup_toggle_show = function() {
|
||||
NS.toggle_show = function(e) {
|
||||
// Toggle the active class on both the clicked .btn-navbar and the .nav-collapse.
|
||||
// Our CSS will set the height for these.
|
||||
Y.one(SELECTORS.NAV_COLLAPSE).toggleClass(CSS.ACTIVE);
|
||||
Y.all(SELECTORS.NAV_COLLAPSE).toggleClass(CSS.ACTIVE);
|
||||
e.currentTarget.toggleClass(CSS.ACTIVE);
|
||||
};
|
||||
|
||||
|
||||
+1
-1
@@ -98,6 +98,6 @@ NS.setup_toggle_show = function() {
|
||||
NS.toggle_show = function(e) {
|
||||
// Toggle the active class on both the clicked .btn-navbar and the .nav-collapse.
|
||||
// Our CSS will set the height for these.
|
||||
Y.one(SELECTORS.NAV_COLLAPSE).toggleClass(CSS.ACTIVE);
|
||||
Y.all(SELECTORS.NAV_COLLAPSE).toggleClass(CSS.ACTIVE);
|
||||
e.currentTarget.toggleClass(CSS.ACTIVE);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user