Merge pull request #37905 from AutomaticFrenzy/patch/rpd-ie8

Fix RPD icons not showing in IE8
This commit is contained in:
oranges
2018-05-21 14:02:06 +12:00
committed by yogstation13-bot
parent 9ae8343c13
commit 413bf3efbf
3 changed files with 20 additions and 21 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1,5 +1,3 @@
<link rel='stylesheet' href='spritesheet_pipes.css'>
<ui-display title='Direction'>
{{#each data.preview_rows}}
<ui-section>

View File

@@ -16,6 +16,7 @@
};
</script>
<link rel='stylesheet' href='tgui.css'/>
<link rel='stylesheet' href='spritesheet_pipes.css'/>
<script id='data' type='application/json' data-ref='[ref]'>{}</script>
<script defer src='tgui.js'></script>
</head>