Commit 7a0b3dc6 by Rashid Khan

Fixed path to script dashboards

parent 335462b5
...@@ -280,7 +280,7 @@ function (angular, _, config, Modernizr) { ...@@ -280,7 +280,7 @@ function (angular, _, config, Modernizr) {
this.script_load = function(file) { this.script_load = function(file) {
return $http({ return $http({
url: "dashboards/"+file, url: "app/dashboards/"+file,
method: "GET", method: "GET",
transformResponse: function(response) { transformResponse: function(response) {
/*jshint -W054 */ /*jshint -W054 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment