1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

remove bundled scripts

This commit is contained in:
Luke 2015-06-06 22:51:04 -04:00
parent 90ea727998
commit dfd651131a
8 changed files with 48 additions and 52 deletions

View file

@ -4,7 +4,7 @@
<title>Emby</title>
</head>
<body>
<div id="wizardAgreementPage" data-role="page" class="page standalonePage wizardPage">
<div id="wizardAgreementPage" data-role="page" class="page standalonePage wizardPage" data-require="scripts/wizardagreement">
<div data-role="content">
@ -36,10 +36,6 @@
</div>
</div>
<script type="text/javascript">
$('.wizardAgreementForm').off('submit', WizardAgreementPage.onSubmit).on('submit', WizardAgreementPage.onSubmit);
</script>
</div>
</body>
</html>