Merge pull request #6815 from Citadel-Station-13/upstream-merge-37905

[MIRROR] Fix RPD icons not showing in IE8
This commit is contained in:
LetterJay
2018-05-21 08:30:05 -05:00
committed by GitHub
2 changed files with 1 additions and 2 deletions
-2
View File
@@ -1,5 +1,3 @@
<link rel='stylesheet' href='spritesheet_pipes.css'>
<ui-display title='Direction'>
{{#each data.preview_rows}}
<ui-section>
+1
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>