Skip to content

Commit

Permalink
Fix issue #32
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Doan committed Feb 20, 2017
1 parent a730120 commit 526fbda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/js/jquery.magnify-mobile.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
'}' +
'</style>').appendTo('head');
// Ensure .magnify is rendered
$(window).load(function() {
$(window).on('load', function() {
$('body').append('<div class="magnify-mobile"><div class="lens-mobile"></div></div>');
var $lensMobile = $('.lens-mobile');
// Only enable mobile zoom on smartphones
Expand Down
2 changes: 1 addition & 1 deletion dist/js/jquery.magnify.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* jQuery Magnify Plugin v1.6.18 by T. H. Doan (http://thdoan.github.io/magnify/)
* jQuery Magnify Plugin v1.6.19 by T. H. Doan (http://thdoan.github.io/magnify/)
* Based on http://thecodeplayer.com/walkthrough/magnifying-glass-for-images-using-jquery-and-css3
*
* jQuery Magnify by T. H. Doan is licensed under the MIT License.
Expand Down

0 comments on commit 526fbda

Please sign in to comment.