Server geändert
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
Numbertor
|
||||
=======
|
||||
Numbertor is a jQuery-based addon for input boxes, giving them a number sanitizer.
|
||||
[You can see a demo here](http://opensource.qodio.com/numbertor).
|
||||
[You can see a demo here](https://opensource.qodio.com/numbertor).
|
||||
|
||||
|
||||
Usage
|
||||
|
@ -102,7 +102,7 @@ src="https://pagead2.googlesyndication.com/pagead/show_ads.js">
|
||||
|
||||
(function() {
|
||||
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
||||
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
||||
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'https://www') + '.google-analytics.com/ga.js';
|
||||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
||||
})();
|
||||
|
||||
|
Reference in New Issue
Block a user