From 3ec189504a8d34b4f92e9b1ecf32935b19f2dc3e Mon Sep 17 00:00:00 2001 From: Brandon Reeves Date: Tue, 3 Nov 2015 13:21:37 -0500 Subject: [PATCH] Fix syntax error in app.js Change code in detailCallback() inside app.js to fix syntax error on setting dialog html. --- app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.js b/app.js index 7ce5297..6f17c88 100644 --- a/app.js +++ b/app.js @@ -156,7 +156,7 @@ && !response.Website.startsWith('http://')) { response.Website = 'http://'+response.Website; } - $dialog.TrimPath.processDOMTemplate("detail_jst" + $dialog.html(TrimPath.processDOMTemplate("detail_jst" ,response)); $dialog.find('#industry').click(function(e) { e.preventDefault(); @@ -240,4 +240,4 @@ client.query(query, queryCallback, errorCallback); } - \ No newline at end of file +