vernünftige default-werte gesetzt

This commit is contained in:
Manuel Friedli 2013-11-28 13:41:14 +01:00
parent 9391ab119a
commit 5479714842
1 changed files with 5 additions and 1 deletions

View File

@ -34,7 +34,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<script type="text/javascript" src="uhr-de.js"></script>
<script type="text/javascript" src="uhr-en.js"></script>
<script type="text/javascript">
var uhr = new Uhr($('#uhr'));
new Uhr($('#uhr'), {
layout: 'de_CH',
theme: 'black',
status: 'on'
});
</script>
</body>
</html>