Merge branch 'develop' into feature/no-external-links
This commit is contained in:
commit
28670a66bb
9 changed files with 16 additions and 16 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
6.3.1
|
||||
6.3.2
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
(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);
|
||||
}());
|
||||
}(jQuery));
|
|
@ -16,7 +16,7 @@
|
|||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
(function() {
|
||||
(function($) {
|
||||
'use strict';
|
||||
var vorne0 = {
|
||||
3: [2, 3, 4],
|
||||
|
@ -244,4 +244,4 @@
|
|||
}
|
||||
};
|
||||
$.fritteli.uhr.register('de_CH_seconds', layout);
|
||||
}());
|
||||
}(jQuery));
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
(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);
|
||||
}());
|
||||
}(jQuery));
|
|
@ -12,7 +12,7 @@
|
|||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
(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);
|
||||
}());
|
||||
}(jQuery));
|
|
@ -12,7 +12,7 @@
|
|||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
(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);
|
||||
}());
|
||||
}(jQuery));
|
|
@ -12,7 +12,7 @@
|
|||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
(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);
|
||||
}());
|
||||
}(jQuery));
|
|
@ -12,7 +12,7 @@
|
|||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
(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);
|
||||
}());
|
||||
}(jQuery));
|
|
@ -1,5 +1,5 @@
|
|||
CACHE MANIFEST
|
||||
# 6.3.1
|
||||
# 6.3.2
|
||||
|
||||
css/uhr.css
|
||||
css/uhr-black.css
|
||||
|
|
Loading…
Reference in a new issue