Skip to content

Commit

Permalink
fix bugs in hint
Browse files Browse the repository at this point in the history
  • Loading branch information
olton committed Jan 17, 2014
1 parent ccc1078 commit 1c1a921
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions docs/js/metro.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/js/metro/metro-notify.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

var _container = _notify_container || $("<div/>").addClass("metro notify-container").appendTo('body'); _notify_container = _container;

console.log(_container);
//console.log(_container);

if (params.content == '' || params.content == undefined) return;

Expand Down
2 changes: 1 addition & 1 deletion js/metro-notify.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

var _container = _notify_container || $("<div/>").addClass("metro notify-container").appendTo('body'); _notify_container = _container;

console.log(_container);
//console.log(_container);

if (params.content == '' || params.content == undefined) return;

Expand Down
6 changes: 3 additions & 3 deletions min/metro.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1c1a921

Please sign in to comment.