diff --git a/VERSION b/VERSION
index dc0208a..91e4a9f 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-6.3.1
+6.3.2
diff --git a/js/uhr-de.js b/js/uhr-de.js
index b63a1cf..cb8aef7 100644
--- a/js/uhr-de.js
+++ b/js/uhr-de.js
@@ -12,7 +12,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see .
*/
-(function() {
+(function($) {
'use strict';
var es_ist = {1: [1, 2, 4, 5, 6]};
var uhr = {10: [9, 10, 11]};
@@ -71,4 +71,4 @@
}
};
$.fritteli.uhr.register('de', layout);
-}());
\ No newline at end of file
+}(jQuery));
\ No newline at end of file
diff --git a/js/uhr-de_CH-seconds.js b/js/uhr-de_CH-seconds.js
index c5dc26b..c1c2368 100644
--- a/js/uhr-de_CH-seconds.js
+++ b/js/uhr-de_CH-seconds.js
@@ -16,7 +16,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see .
*/
-(function() {
+(function($) {
'use strict';
var vorne0 = {
3: [2, 3, 4],
@@ -244,4 +244,4 @@
}
};
$.fritteli.uhr.register('de_CH_seconds', layout);
-}());
+}(jQuery));
diff --git a/js/uhr-de_CH.js b/js/uhr-de_CH.js
index 3d2945e..5cb8899 100644
--- a/js/uhr-de_CH.js
+++ b/js/uhr-de_CH.js
@@ -12,7 +12,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see .
*/
-(function() {
+(function($) {
'use strict';
// hilfsvariablen
var es_isch = {1: [1, 2, 4, 5, 6, 7]};
@@ -94,4 +94,4 @@
};
// Das Layout bei der Uhr unter dem Code "de_CH" registrieren.
$.fritteli.uhr.register('de_CH', layout);
-}());
\ No newline at end of file
+}(jQuery));
\ No newline at end of file
diff --git a/js/uhr-de_CH_genau.js b/js/uhr-de_CH_genau.js
index 4181ccc..b130fa3 100644
--- a/js/uhr-de_CH_genau.js
+++ b/js/uhr-de_CH_genau.js
@@ -12,7 +12,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see .
*/
-(function() {
+(function($) {
'use strict';
var es_isch = {1: [1, 2, 4, 5, 6, 7]};
var genau = {3: [7, 8, 9, 10, 11]};
@@ -69,4 +69,4 @@
}
};
$.fritteli.uhr.register('de_CH_genau', layout);
-}());
\ No newline at end of file
+}(jQuery));
\ No newline at end of file
diff --git a/js/uhr-en.js b/js/uhr-en.js
index f5ed95f..a660266 100644
--- a/js/uhr-en.js
+++ b/js/uhr-en.js
@@ -12,7 +12,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see .
*/
-(function() {
+(function($) {
'use strict';
var it_is = {1: [1, 2, 4, 5]};
var half = {4: [1, 2, 3, 4]};
@@ -78,4 +78,4 @@
}
};
$.fritteli.uhr.register('en', layout);
-}());
\ No newline at end of file
+}(jQuery));
\ No newline at end of file
diff --git a/js/uhr-fr.js b/js/uhr-fr.js
index bcf375e..4a8d3d2 100644
--- a/js/uhr-fr.js
+++ b/js/uhr-fr.js
@@ -12,7 +12,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see .
*/
-(function() {
+(function($) {
'use strict';
var il_est = {1: [1, 2, 4, 5, 6]};
var et = {8: [1, 2]};
@@ -112,4 +112,4 @@
}
};
$.fritteli.uhr.register('fr', layout);
-}());
\ No newline at end of file
+}(jQuery));
\ No newline at end of file
diff --git a/js/uhr-it.js b/js/uhr-it.js
index 4f6e706..0375529 100644
--- a/js/uhr-it.js
+++ b/js/uhr-it.js
@@ -12,7 +12,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see .
*/
-(function() {
+(function($) {
'use strict';
var sono_le = {1: [1, 2, 3, 4, 6, 7]};
var e_l = {2: [1, 3, 4]};
@@ -77,4 +77,4 @@
}
};
$.fritteli.uhr.register('it', layout);
-}());
\ No newline at end of file
+}(jQuery));
\ No newline at end of file
diff --git a/manifest.appcache b/manifest.appcache
index 8d84dd3..d57a989 100644
--- a/manifest.appcache
+++ b/manifest.appcache
@@ -1,5 +1,5 @@
CACHE MANIFEST
-# 6.3.1
+# 6.3.2
css/uhr.css
css/uhr-black.css