diff --git a/VERSION b/VERSION index dc0208a..7849b73 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.3.1 +6.3.3 diff --git a/index.html b/index.html index 35337ed..675c5b0 100644 --- a/index.html +++ b/index.html @@ -46,11 +46,17 @@ along with this program. If not, see . +

Created by fritteli, inspired by QLOCKTWO. Read more! - View full showcase!

+ onclick="go('info/')" href="#">Read more!

+

Die Zeit im Wort

@@ -59,10 +65,10 @@ along with this program. If not, see . Website einbauen kannst. Denn das darfst du gerne tun, solange du dich dabei an die Regeln der Lizenz hältst.

-

Das interessiert mich nicht, ich will zurück zur grossen Uhr!

+

Das interessiert mich nicht, ich will zurück zur grossen Uhr!

Die UhrZum Inhalt

- +
@@ -191,7 +197,7 @@ along with this program. If not, see . oder ein gravierender Nachteil erwachsen, so soll sich diese Person bei mir melden und wir werden bestimmt eine Lösung finden, die für alle beteiligten angemessen ist. Allen anderen Personen wünsche ich viel Freude mit der Zeit im Wort.

-

Der Quellcode ist frei zugänglich unter https://git.friedli.info/manuel/uhr.

+

Der Quellcode ist frei zugänglich unter https://gittr.ch/manuel/uhr.

LizenzbestimmungenZum Inhalt

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 6078d11..7df1e06 100644 --- a/manifest.appcache +++ b/manifest.appcache @@ -1,5 +1,5 @@ CACHE MANIFEST -# 6.3.1 +# 6.3.3 css/uhr.css css/uhr-black.css @@ -27,7 +27,6 @@ resources/close.png resources/favicon.png resources/settings.png resources/uhr.woff -showcase/index.html COPYING README.md VERSION diff --git a/showcase/index.html b/showcase/index.html deleted file mode 100644 index cb1c6a0..0000000 --- a/showcase/index.html +++ /dev/null @@ -1,64 +0,0 @@ - - - - - Bärneruhr - Die Zeit im Wort: Showcase - - - - - - - - - - - - - - - - - - - - - -
-

Go back to the main page

- - - - - - - - - -