Fixed path to script dashboards

This commit is contained in:
Rashid Khan
2013-09-16 10:10:20 -07:00
parent 335462b549
commit 7a0b3dc649
+1 -1
View File
@@ -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 */