Skip to content

Commit 4615389

Browse files
Fixing syntax error
1 parent fa4e7fd commit 4615389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
&& !response.Website.startsWith('http://')) {
157157
response.Website = 'http://'+response.Website;
158158
}
159-
$dialog.TrimPath.processDOMTemplate("detail_jst"
159+
$dialog.html(TrimPath.processDOMTemplate("detail_jst"
160160
,response));
161161
$dialog.find('#industry').click(function(e) {
162162
e.preventDefault();

0 commit comments

Comments
 (0)