Skip to content

Commit

Permalink
make error messages sticky
Browse files Browse the repository at this point in the history
  • Loading branch information
FinalAngel committed Apr 9, 2014
1 parent e0b6755 commit 5c0112f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cms/static/cms/js/modules/cms.toolbar.js
Expand Up @@ -344,7 +344,7 @@ $(document).ready(function () {
},

showError: function (msg, reload) {
this.openMessage(msg, 'center', this.options.messageDelay, true);
this.openMessage(msg, 'center', 0, true);
// force reload if param is passed
if(reload) CMS.API.Helpers.reloadBrowser(false, this.options.messageDelay);
},
Expand Down

0 comments on commit 5c0112f

Please sign in to comment.