Skip to content

Commit 24e0540

Browse files
committed
Merge pull request django-cms#3619 from FinalAngel/support/toggleToolbar
toggleToolbar doesn't work
2 parents 50dac0f + ab09ba0 commit 24e0540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cms/static/cms/js/modules/cms.toolbar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ $(document).ready(function () {
219219
},
220220

221221
// public methods
222-
toogleToolbar: function (show) {
222+
toggleToolbar: function (show) {
223223
// overwrite state when provided
224224
if(show) this.settings.toolbar = 'collapsed';
225225
// toggle bar

0 commit comments

Comments
 (0)