Browse Source

Allow http / https connection

nasaorc 10 years ago
parent
commit
69e3c9ee2b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      jquery.nicescroll.js

+ 2 - 2
jquery.nicescroll.js

@@ -195,7 +195,7 @@
         domtest.style['cursor']=p;
         if (domtest.style['cursor']==p) return p;
       }
-      return 'url(http://www.google.com/intl/en_ALL/mapfiles/openhand.cur),n-resize';  // thank you google for custom cursor!
+      return 'url(//mail.google.com/mail/images/2/openhand.cur),n-resize';  // thank you google for custom cursor!
     }
     d.cursorgrabvalue = detectCursorGrab();
 
@@ -3250,4 +3250,4 @@
   }
   
 }));
-  
+