diff --git a/src/General/Main.coffee b/src/General/Main.coffee index 5d1c068f1..290ca88a4 100755 --- a/src/General/Main.coffee +++ b/src/General/Main.coffee @@ -305,9 +305,9 @@ Main = $.ready -> cb() if Main.isThisPageLegit() - css: `<%= importCSS('font-awesome', 'noscript', 'style', 'yotsuba', 'yotsuba-b', 'futaba', 'burichan', 'tomorrow', 'photon') %>` + css: `<%= importCSS('font-awesome', 'style', 'yotsuba', 'yotsuba-b', 'futaba', 'burichan', 'tomorrow', 'photon') %>` - cssWWW: `<%= importCSS('noscript', 'www') %>` + cssWWW: `<%= importCSS('www') %>` features: [ ['Polyfill', Polyfill] diff --git a/src/General/css/noscript.css b/src/General/css/report.css similarity index 100% rename from src/General/css/noscript.css rename to src/General/css/report.css diff --git a/src/Miscellaneous/Report.coffee b/src/Miscellaneous/Report.coffee index 7ced583f5..bc91cbe8a 100755 --- a/src/Miscellaneous/Report.coffee +++ b/src/Miscellaneous/Report.coffee @@ -1,5 +1,5 @@ Report = - css: `<%= importCSS('noscript') %>` + css: `<%= importCSS('report') %>` init: -> return unless /\bmode=report\b/.test(location.search) and match = location.search.match /\bno=(\d+)/