Skip to content

Commit

Permalink
fix action shown on error message
Browse files Browse the repository at this point in the history
  • Loading branch information
niol committed Mar 14, 2017
1 parent c2deb77 commit bd0cb2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/js/selfoss-ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ selfoss.ui = {
* @param message string
*/
showError: function(message) {
selfoss.ui.showMessage(message, 'undefined', 'undefined', true);
selfoss.ui.showMessage(message, undefined, undefined, true);
},


Expand Down

0 comments on commit bd0cb2a

Please sign in to comment.