universal 0.1.5 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,8 +1 @@
1
- /*!
2
- * jquery.counterup.js 1.0
3
- *
4
- * Copyright 2013, Benjamin Intal http://gambit.ph @bfintal
5
- * Released under the GPL v2 License
6
- *
7
- * Date: Nov 26, 2013
8
- */(function(e){"use strict";e.fn.counterUp=function(t){var n=e.extend({time:400,delay:10},t);return this.each(function(){var t=e(this),r=n,i=function(){var e=[],n=r.time/r.delay,i=t.text(),s=/[0-9]+,[0-9]+/.test(i);i=i.replace(/,/g,"");var o=/^[0-9]+$/.test(i),u=/^[0-9]+\.[0-9]+$/.test(i),a=u?(i.split(".")[1]||[]).length:0;for(var f=n;f>=1;f--){var l=parseInt(i/n*f);u&&(l=parseFloat(i/n*f).toFixed(a));if(s)while(/(\d+)(\d{3})/.test(l.toString()))l=l.toString().replace(/(\d+)(\d{3})/,"$1,$2");e.unshift(l)}t.data("counterup-nums",e);t.text("0");var c=function(){t.text(t.data("counterup-nums").shift());if(t.data("counterup-nums").length)setTimeout(t.data("counterup-func"),r.delay);else{delete t.data("counterup-nums");t.data("counterup-nums",null);t.data("counterup-func",null)}};t.data("counterup-func",c);setTimeout(t.data("counterup-func"),r.delay)};t.waypoint(i,{offset:"100%",triggerOnce:!0})})}})(jQuery);
1
+ (function(e){"use strict";e.fn.counterUp=function(t){var n=e.extend({time:400,delay:10},t);return this.each(function(){var t=e(this),r=n,i=function(){var e=[],n=r.time/r.delay,i=t.text(),s=/[0-9]+,[0-9]+/.test(i);i=i.replace(/,/g,"");var o=/^[0-9]+$/.test(i),u=/^[0-9]+\.[0-9]+$/.test(i),a=u?(i.split(".")[1]||[]).length:0;for(var f=n;f>=1;f--){var l=parseInt(i/n*f);u&&(l=parseFloat(i/n*f).toFixed(a));if(s)while(/(\d+)(\d{3})/.test(l.toString()))l=l.toString().replace(/(\d+)(\d{3})/,"$1,$2");e.unshift(l)}t.data("counterup-nums",e);t.text("0");var c=function(){t.text(t.data("counterup-nums").shift());if(t.data("counterup-nums").length)setTimeout(t.data("counterup-func"),r.delay);else{delete t.data("counterup-nums");t.data("counterup-nums",null);t.data("counterup-func",null)}};t.data("counterup-func",c);setTimeout(t.data("counterup-func"),r.delay)};t.waypoint(i,{offset:"100%",triggerOnce:!0})})}})(jQuery);
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: universal
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ondrej Svestka
@@ -66,6 +66,7 @@ files:
66
66
  - _includes/carousel.html
67
67
  - _includes/contact.html
68
68
  - _includes/copyright.html
69
+ - _includes/cssload.html
69
70
  - _includes/cta.questions.html
70
71
  - _includes/customers.html
71
72
  - _includes/footer.html
@@ -100,11 +101,9 @@ files:
100
101
  - assets/img/Chewbacca.jpg
101
102
  - assets/img/Georges.jpg
102
103
  - assets/img/Han Solo.jpg
103
- - assets/img/Han_20Solo.jpg
104
104
  - assets/img/Jean.jpg
105
105
  - assets/img/Lionel.jpg
106
106
  - assets/img/Luke Skywalker.jpg
107
- - assets/img/Luke_20Skywalker.jpg
108
107
  - assets/img/Marie.jpg
109
108
  - assets/img/Princesse Leia.jpg
110
109
  - assets/img/apple-touch-icon-114x114.png
Binary file
Binary file