mirror of
https://github.com/hkalexling/Mango.git
synced 2026-05-01 00:00:55 -04:00
Move the JS alert function definition to /js/alert.js and move the alert div to views/layout.ecr
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
<div id="alert"></div>
|
||||
<h2 class=uk-title>Download from MangaDex</h2>
|
||||
<div class="uk-grid-small" uk-grid>
|
||||
<div class="uk-width-3-4">
|
||||
@@ -79,5 +78,6 @@
|
||||
</script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.24.0/moment.min.js"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"></script>
|
||||
<script src="/js/alert.js"></script>
|
||||
<script src="/js/download.js"></script>
|
||||
<% end %>
|
||||
|
||||
Reference in New Issue
Block a user