UPDATED copyrights in JS & CSS files.
ADDED minify & compression support. FIXED bug w/ missing release data. UPDATED to v0.1.3
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
<dd><%= card.num.toUpperCase() %></dd>
|
||||
|
||||
<dt>Release</dt>
|
||||
<dd><%- release_map[card.num.toLowerCase().substr(0,3)] %></dd>
|
||||
<dd><%- release_map[card.num.toLowerCase().substr(0,4)] %></dd>
|
||||
|
||||
<% if (card.culture !== '') { %>
|
||||
<dt>Pantheon</dt>
|
||||
|
Reference in New Issue
Block a user