Browse Source

FIxes #1628 (Once and for all)

pull/1629/merge
jlukic 9 years ago
parent
commit
d441420f5b
1 changed files with 1 additions and 1 deletions
  1. 2
      src/definitions/modules/popup.js

2
src/definitions/modules/popup.js

@ -297,7 +297,7 @@ $.fn.popup = function(parameters) {
hideAll: function() {
$(selector.popup)
.filter(':visible')
.popup('hide')
.transition('hide')
;
},

Loading…
Cancel
Save