renamed tpl

This commit is contained in:
barisusakli
2016-02-29 14:24:02 +02:00
parent df9558f1fa
commit 65dda58e0c

View File

@@ -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);
});
}