Skip to content

Commit

Permalink
Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
chambaz committed Dec 2, 2013
1 parent 778a11e commit 94443a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/libs/ui/gumby.navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
var scope = this;

var persist = this.$el.attr('gumby-persist');
console.log(persist);
if(typeof persist === 'undefined' && persist !== 'false') {
this.$el.find('li:not(:has(.dropdown)) a').on(Gumby.click, function() {
scope.$el.find('ul').removeClass('active');
Expand Down

0 comments on commit 94443a8

Please sign in to comment.