Skip to content

Commit

Permalink
Minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
fancyapps committed Aug 13, 2013
1 parent 7a56dd7 commit 4c2a31a
Show file tree
Hide file tree
Showing 6 changed files with 53 additions and 51 deletions.
2 changes: 1 addition & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<script type="text/javascript" src="../lib/jquery-1.10.2.min.js"></script>

<!-- Add mousewheel plugin (this is optional) -->
<script type="text/javascript" src="../lib/jquery.mousewheel-3.0.6.pack.js"></script>
<script type="text/javascript" src="../lib/jquery.mousewheel.pack.js?v=3.1.3"></script>

<!-- Add fancyBox main JS and CSS files -->
<script type="text/javascript" src="../source/jquery.fancybox.js?v=2.1.5"></script>
Expand Down
13 changes: 0 additions & 13 deletions lib/jquery.mousewheel-3.0.6.pack.js

This file was deleted.

14 changes: 14 additions & 0 deletions lib/jquery.mousewheel.pack.js

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

1 change: 0 additions & 1 deletion source/jquery.fancybox.css
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@
position: absolute;
top: -99999px;
left: -99999px;
visibility: hidden;
max-width: 99999px;
max-height: 99999px;
overflow: visible !important;
Expand Down
4 changes: 3 additions & 1 deletion source/jquery.fancybox.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* fancyBox - jQuery Plugin
* version: 2.1.5 (Fri, 14 Jun 2013)
* @requires jQuery v1.6 or later
* requires jQuery v1.6 or later
*
* Examples at http://fancyapps.com/fancybox/
* License: www.fancyapps.com/fancybox/#license
Expand Down Expand Up @@ -630,6 +630,8 @@
left : (viewport.w * 0.5) + viewport.x
});
}

F.trigger('onLoading');
},

getViewport: function () {
Expand Down
Loading

0 comments on commit 4c2a31a

Please sign in to comment.