mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-27 05:14:53 -05:00
Update creator-23.js
This commit is contained in:
@@ -249,9 +249,6 @@ function dragOver(event, drag=true) {
|
||||
}
|
||||
}
|
||||
}
|
||||
function toggleCollapse(event) {
|
||||
event.target.closest('.collapsible').classList.toggle('collapsed');
|
||||
}
|
||||
//Mana Symbols
|
||||
var manaSymbols = [];
|
||||
loadManaSymbols(['0', '1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '20', 'w', 'u', 'b', 'r', 'g', 'c', 'x', 'y', 'z', 't', 'untap', 'e', 's', 'oldtap', 'originaltap', 'p']);
|
||||
|
Reference in New Issue
Block a user