Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Removed console.log from jQuery Mobile examples :|
  • Loading branch information
codecomputerlove committed Aug 19, 2011
1 parent bc64828 commit 06502c9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/examples/04-jquery-mobile.html
Expand Up @@ -42,7 +42,6 @@
options = {};

if (typeof photoSwipeInstance === "undefined" || photoSwipeInstance === null) {
console.log('creating');
photoSwipeInstance = $("ul.gallery a", e.target).photoSwipe(options, photoSwipeInstanceId);
}

Expand Down
1 change: 0 additions & 1 deletion src/examples/05-jquery-mobile-ajax.html
Expand Up @@ -42,7 +42,6 @@
options = {};

if (typeof photoSwipeInstance === "undefined" || photoSwipeInstance === null) {
console.log('creating');
photoSwipeInstance = $("ul.gallery a", e.target).photoSwipe(options, photoSwipeInstanceId);
}

Expand Down

0 comments on commit 06502c9

Please sign in to comment.