Create float-main.js
This commit is contained in:
parent
7c578f7582
commit
9ca906ef90
@ -56,7 +56,8 @@
|
||||
<script src="/mixed/js/template-handler.js"></script>
|
||||
|
||||
<script src="/fg/js/float.js"></script>
|
||||
|
||||
<script src="/fg/js/popup-nested.js"></script>
|
||||
|
||||
<script src="/fg/js/float-main.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
26
ext/fg/js/float-main.js
Normal file
26
ext/fg/js/float-main.js
Normal file
@ -0,0 +1,26 @@
|
||||
/*
|
||||
* Copyright (C) 2020 Yomichan Authors
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
/* global
|
||||
* DisplayFloat
|
||||
*/
|
||||
|
||||
async function main() {
|
||||
new DisplayFloat();
|
||||
}
|
||||
|
||||
main();
|
@ -189,5 +189,3 @@ class DisplayFloat extends Display {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
DisplayFloat.instance = new DisplayFloat();
|
||||
|
Loading…
Reference in New Issue
Block a user