updating all templates.get to ajaxify.variables.get

This commit is contained in:
psychobunny
2014-03-28 13:02:13 -04:00
parent 113eb38f9a
commit 7217954078
12 changed files with 45 additions and 45 deletions

View File

@@ -1,6 +1,6 @@
'use strict';
/* globals define, app, translator, templates, socket, bootbox */
/* globals define, app, translator, ajaxify, socket, bootbox */
define(['composer'], function(composer) {
@@ -8,7 +8,7 @@ define(['composer'], function(composer) {
topicName;
PostTools.init = function(tid, threadState) {
topicName = templates.get('topic_name');
topicName = ajaxify.variables.get('topic_name');
addPostHandlers(tid, threadState);