mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-05 03:51:26 +01:00
renamed tpl
This commit is contained in:
@@ -93,7 +93,7 @@ define('uploader', ['csrf', 'translator'], function(csrf, translator) {
|
||||
};
|
||||
|
||||
function parseModal(tplVals, callback) {
|
||||
templates.parse('partials/modals/upload_picture_modal', tplVals, function(html) {
|
||||
templates.parse('partials/modals/upload_file_modal', tplVals, function(html) {
|
||||
translator.translate(html, callback);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user