I don't think we need this template any more.

This commit is contained in:
Nick Winter 2014-03-12 16:03:32 -07:00
parent ddea7d1531
commit ac8f12ef20
2 changed files with 1 additions and 12 deletions

View file

@ -1,11 +0,0 @@
extends /templates/modal/modal_base
include /templates/kinds/versions
block modal-header-content
h3(data-i18n="general.version_history") Version History
block modal-body-content
if dataList
+version-history-body()
block modal-footer-content

View file

@ -130,7 +130,7 @@ module.exports = class TomeView extends View
unless method.cloneOf
skipProtectAPI = @getQueryVariable("skip_protect_api") is "true" or @options.levelID isnt 'brawlwood'
skipProtectAPI = true # gah, it's so slow :( and somehow still affects simulation
#skipProtectAPI = false if @options.levelID is 'dungeon-arena'
skipProtectAPI = false if @options.levelID is 'dungeon-arena'
skipFlow = @getQueryVariable("skip_flow") is "true" or @options.levelID is 'brawlwood'
spell = @spells[spellKey] = new Spell programmableMethod: method, spellKey: spellKey, pathComponents: pathPrefixComponents.concat(pathComponents), session: @options.session, supermodel: @supermodel, skipFlow: skipFlow, skipProtectAPI: skipProtectAPI, worker: @worker
for thangID, spellKeys of @thangSpells