Browse Source

Remove console log

pull/1627/head
jlukic 9 years ago
parent
commit
03ce00acd9
1 changed files with 0 additions and 1 deletions
  1. 1
      src/definitions/modules/popup.js

1
src/definitions/modules/popup.js

@ -239,7 +239,6 @@ $.fn.popup = function(parameters) {
module.verbose('Pre-existing popup found, reverting to inline'); module.verbose('Pre-existing popup found, reverting to inline');
settings.inline = true; settings.inline = true;
settings.popup = $target.next(selector.popup); settings.popup = $target.next(selector.popup);
console.log('here');
if(settings.hoverable) { if(settings.hoverable) {
module.bind.popup(); module.bind.popup();
} }

Loading…
Cancel
Save