Skip to content

Commit

Permalink
extract only the jquery.i18n etc. scripts we need, remove the rest
Browse files Browse the repository at this point in the history
  • Loading branch information
osma committed Apr 3, 2020
1 parent 025aaac commit 3628c83
Show file tree
Hide file tree
Showing 204 changed files with 12 additions and 251,953 deletions.
27 changes: 12 additions & 15 deletions ai.finto.fi/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -238,22 +238,19 @@ <h2 id="suggestions" data-i18n="suggestions">Ehdotetut aiheet</h2>

<script src="static/js/jquery-3.4.1.min.js"></script>
<script src="static/js/bootstrap.min.js"></script>

<script src="static/js/jquery.i18n.js"></script>
<script src="static/js/jquery.i18n.messagestore.js"></script>
<script src="static/js/jquery.i18n.fallbacks.js"></script>
<script src="static/js/jquery.i18n.language.js"></script>
<script src="static/js/jquery.i18n.parser.js"></script>
<script src="static/js/jquery.i18n.emitter.js"></script>
<script src="static/js/jquery.i18n.emitter.bidi.js"></script>
<script src="static/js/jquery.history.js"></script>
<script src="static/js/url.min.js"></script> -->

<script src="static/js/annif.js"></script>
<!-- i18n scripts -->
<script src="static/jquery.i18n/jquery-3.4.1.min.js"></script>
<script src="static/jquery.i18n/CLDRPluralRuleParser.js"></script>
<script src="static/jquery.i18n/jquery.i18n.js"></script>
<script src="static/jquery.i18n/jquery.i18n.messagestore.js"></script>
<script src="static/jquery.i18n/jquery.i18n.fallbacks.js"></script>
<script src="static/jquery.i18n/jquery.i18n.language.js"></script>
<script src="static/jquery.i18n/jquery.i18n.parser.js"></script>
<script src="static/jquery.i18n/jquery.i18n.emitter.js"></script>
<script src="static/jquery.i18n/jquery.i18n.emitter.bidi.js"></script>
<script src="static/js/global.js"></script>
<!-- more i18n scripts -->

<script src="static/jquery.i18n/history.js-master/scripts/bundled-uncompressed/html4+html5/jquery.history.js"></script>
<script src="static/jquery.i18n/js-url-master/dist/url.min.js"></script>
<script src="static/js/i18n.js"></script>

</body>
</html>

This file was deleted.

4 changes: 0 additions & 4 deletions ai.finto.fi/static/jquery.i18n/history.js-master/.gitignore

This file was deleted.

141 changes: 0 additions & 141 deletions ai.finto.fi/static/jquery.i18n/history.js-master/HISTORY.md

This file was deleted.

14 changes: 0 additions & 14 deletions ai.finto.fi/static/jquery.i18n/history.js-master/LICENSE.md

This file was deleted.

Loading

0 comments on commit 3628c83

Please sign in to comment.