Fix for playing cards on systems with IE8

This commit is contained in:
NullQuery
2015-06-27 05:51:59 +02:00
parent 1aac98a52a
commit e6ffb1a922
3 changed files with 3 additions and 2 deletions
File diff suppressed because one or more lines are too long
+2 -1
View File
@@ -10,4 +10,5 @@
/datum/html_interface/cards/sendResources(client/client)
. = ..() // we need the default resources
client << browse_rsc('cards.css')
client << browse_rsc('cards.css')
client << browse_rsc('cards.png')
Binary file not shown.

After

Width:  |  Height:  |  Size: 277 KiB