Fix RPD icons not showing in IE8

This commit is contained in:
oranges
2018-05-21 14:02:06 +12:00
committed by letterjay
parent d0bc2e7bec
commit 16caaa5f2b
2 changed files with 1 additions and 2 deletions

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>