Fixes in noscript.css only needed on reports page now.
This commit is contained in:
parent
03e3621422
commit
c7b406a7f5
@ -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]
|
||||
|
||||
@ -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+)/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user