add the compiled message to the renkan options
authorrougeronj
Sat, 18 Apr 2015 16:55:15 +0200
changeset 418 eb5f2313ce2b
parent 417 e98756860daa
child 419 4f458e6d32bd
add the compiled message to the renkan options
client/js/main.js
--- a/client/js/main.js	Sat Apr 18 16:54:38 2015 +0200
+++ b/client/js/main.js	Sat Apr 18 16:55:15 2015 +0200
@@ -97,7 +97,7 @@
 
     Rkns.__renkans.push(this);
 
-    this.options = _.defaults(_opts, Rkns.defaults);
+    this.options = _.defaults(_opts, Rkns.defaults, {templates: renkanJST});
 
     _(this.options.property_files).each(function(f) {
         Rkns.$.getJSON(f, function(data) {