Browse Source

Remove console.log

pull/1481/head
jlukic 10 years ago
parent
commit
d4a9a9c642
1 changed files with 0 additions and 1 deletions
  1. 1
      src/definitions/modules/modal.js

1
src/definitions/modules/modal.js

@ -442,7 +442,6 @@ $.fn.modal = function(parameters) {
},
othersActive: function() {
console.log($otherModals, $otherModals.filter('.' + className.active).size());
return ($otherModals.filter('.' + className.active).size() > 0);
},

Loading…
Cancel
Save