Fixes in noscript.css only needed on reports page now.

This commit is contained in:
ccd0 2015-06-29 19:16:21 -07:00
parent 03e3621422
commit c7b406a7f5
3 changed files with 3 additions and 3 deletions

View File

@ -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]

View File

@ -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+)/