Skip to content

Commit

Permalink
Update mousewheel plugin CDN version
Browse files Browse the repository at this point in the history
  • Loading branch information
malihu committed May 21, 2014
1 parent 6f60eb0 commit 47d9caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jquery.mCustomScrollbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -2020,7 +2020,7 @@ and dependencies (minified).
/* plugin dependencies */
var _dlp=("https:"==document.location.protocol) ? "https:" : "http:"; /* dependency location protocol */
/* load jquery-mousewheel plugin (via CDN) if it's not present (works when mCustomScrollbar fn is called on window load) */
$.event.special.mousewheel || $("body").append(decodeURI("%3Cscript src="+_dlp+"//cdnjs.cloudflare.com/ajax/libs/jquery-mousewheel/3.1.6/jquery.mousewheel.min.js%3E%3C/script%3E"));
$.event.special.mousewheel || $("body").append(decodeURI("%3Cscript src="+_dlp+"//cdnjs.cloudflare.com/ajax/libs/jquery-mousewheel/3.1.11/jquery.mousewheel.min.js%3E%3C/script%3E"));

/* plugin constructor functions */
$.fn[pluginNS]=function(method){ /* usage: $(selector).mCustomScrollbar(); */
Expand Down

0 comments on commit 47d9caf

Please sign in to comment.