Skip to content
This repository was archived by the owner on Jan 10, 2024. It is now read-only.

Commit f2562ca

Browse files
author
Pat Patterson
committed
Fix broken edit
1 parent 0c73636 commit f2562ca

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)