فهرست منبع

[frontend] added missing end curly bracket that broke template (#3621)

Bjorn Alm 1 سال پیش
والد
کامیت
3f3f8e953c
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      apps/filebrowser/src/filebrowser/templates/listdir_components.mako

+ 1 - 1
apps/filebrowser/src/filebrowser/templates/listdir_components.mako

@@ -2162,7 +2162,7 @@ else:
                   
                 }
                 else {
-                  huePubSub.publish('hue.global.info', {message: response.path + "${ _(' uploaded successfully.') }");
+                  huePubSub.publish('hue.global.info', {message: response.path + "${ _(' uploaded successfully.') }"});
                   self.filesToHighlight.push(response.path);
                 }
                 if (self.pendingUploads() == 0) {