Przeglądaj źródła

Fixed path to script dashboards

Rashid Khan 12 lat temu
rodzic
commit
7a0b3dc649
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/app/services/dashboard.js

+ 1 - 1
src/app/services/dashboard.js

@@ -280,7 +280,7 @@ function (angular, _, config, Modernizr) {
 
     this.script_load = function(file) {
       return $http({
-        url: "dashboards/"+file,
+        url: "app/dashboards/"+file,
         method: "GET",
         transformResponse: function(response) {
           /*jshint -W054 */