Skip to content

Commit

Permalink
Removing console.log calls in JS. #1416
Browse files Browse the repository at this point in the history
  • Loading branch information
jmathai committed Aug 19, 2014
1 parent ed3dfdc commit 0373906
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/html/assets/themes/fabrizio1.0/javascripts/op/Lightbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,6 @@

nextIfImage : function(ev) {
var el = ev.target;
console.log(el.tagName);
if(el.tagName === 'IMG') {
ev.stopPropagation();
this.next(ev);
Expand All @@ -352,7 +351,6 @@

tags: function(ev) {
var $tagsEl = $('a.tags.editable-click', this.$el);
$tagsEl.on('render', function() { console.log('yaya'); });
$tagsEl.trigger('click');
//new op.data.view.TagSearch({el: $inputEl});
},
Expand Down

0 comments on commit 0373906

Please sign in to comment.