erster schritt, layout-dropdown dynamisch zu laden

This commit is contained in:
Manuel Friedli 2013-11-27 18:37:38 +01:00
parent 66283e3424
commit bb60117dcf
2 changed files with 17 additions and 3 deletions

View file

@ -38,6 +38,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<option value="en">English</option>
</select>
<p id="disclaimer">Created by fritteli, inspired by <a href="http://www.qlocktwo.com/">QLOCKTWO</a>.
<script type="text/javascript" src="uhr-de_CH.js"></script>
<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'), $('#theme'));
$(document).ready(function() {
@ -74,8 +77,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
}
});
</script>
<script type="text/javascript" src="uhr-de_CH.js"></script>
<script type="text/javascript" src="uhr-de.js"></script>
<script type="text/javascript" src="uhr-en.js"></script>
</body>
</html>