mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-29 08:09:58 +09:00
Delete remaining dependence on __DEBUG__ for loading minified scripts
This commit is contained in:
parent
ff0e71a4e3
commit
357c80c810
12 changed files with 6 additions and 36 deletions
|
|
@ -1,10 +1,5 @@
|
|||
<!--@if(__DEBUG__)-->
|
||||
<load target="css/poll.css" />
|
||||
<load target="../../tpl/js/poll.js" />
|
||||
<!--@else-->
|
||||
<load target="css/poll.min.css" />
|
||||
<load target="../../tpl/js/poll.min.js" />
|
||||
<!--@end-->
|
||||
<load target="css/poll.css" />
|
||||
<load target="../../tpl/js/poll.js" />
|
||||
|
||||
<script>
|
||||
var poll_alert_lang = "{$lang->msg_check_poll_item}";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue