We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa4e7fd commit 4615389Copy full SHA for 4615389
app.js
@@ -156,7 +156,7 @@
156
&& !response.Website.startsWith('http://')) {
157
response.Website = 'http://'+response.Website;
158
}
159
- $dialog.TrimPath.processDOMTemplate("detail_jst"
+ $dialog.html(TrimPath.processDOMTemplate("detail_jst"
160
,response));
161
$dialog.find('#industry').click(function(e) {
162
e.preventDefault();
0 commit comments