mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
refactor: Use explicit path when referencing handlebars templates.
This commit is contained in:
@@ -64,7 +64,7 @@ exports.activate = function (opts) {
|
||||
choice.idx = idx;
|
||||
});
|
||||
|
||||
var html = templates.render('zform-choices', data);
|
||||
var html = templates.render('widgets/zform-choices', data);
|
||||
var elem = $(html);
|
||||
|
||||
elem.find('button').on('click', function (e) {
|
||||
|
||||
Reference in New Issue
Block a user