Merge branch 'develop' of git.friedli.info:manuel/uhr into feature/uhr-object

Conflicts:
	uhr-de.js
	uhr-de_CH.js
	uhr-en.js
This commit is contained in:
Manuel Friedli 2013-11-26 13:32:17 +01:00
commit d7d03b5b51
4 changed files with 2 additions and 5 deletions

View File

@ -1,5 +1,5 @@
CACHE MANIFEST
# 2.1.2
# 2.1.4
index.html
jquery-2.0.3.min.js

View File

@ -10,8 +10,7 @@ var layout = {
[h('D', 3), h('R', 3),h('E', 3),h('I', 3),l('P'),l('M'),l('J'),h('V', 4),h('I', 4),h('E', 4),h('R', 4)],
[h('S', 6), h('E', 6),h('C', 6),h('H', 6),h('S', 6),l('N'),l('L'),h('A', 8),h('C', 8),h('H', 8),h('T', 8)],
[h('S', 7), h('I', 7),h('E', 7),h('B', 7),h('E', 7),h('N', 7),h('Z', 12),h('W', 12),h('Ö', 12),h('L', 12),h('F', 12)],
[h('Z', 10), h('E', 10),h('H', 10),h('N', 9, 10),h('E', 9),h('U', 9),h('N', 9),l('K'),l('U', 'sharphour'),l('H', 'sharphour'),l('R', 'sharphour')]
[h('Z', 10), h('E', 10),h('H', 10),h('N', 9, 10),h('E', 9),h('U', 9),h('N', 9),l('K'),l('U'),l('H'),l('R')]
]
};
uhr.register('de', layout);

View File

@ -14,4 +14,3 @@ var layout = {
]
};
uhr.register('de_CH', layout);

View File

@ -14,4 +14,3 @@ var layout = {
]
};
uhr.register('en', layout);