Skip to content

Commit 85fb56c

Browse files
committed
Fixed module path casing
1 parent 9f7df21 commit 85fb56c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/Cofoundry.Plugins.ErrorLogging.Admin/Plugins/Admin/Modules/Errors/Content/js/errors.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
angular
22
.module('cms.errors', ['ngRoute', 'cms.shared'])
33
.constant('_', window._)
4-
.constant('errors.modulePath', '/plugins/admin/modules/errors/js/');
4+
.constant('errors.modulePath', '/Plugins/Admin/Modules/Errors/Js/');
55
angular.module('cms.errors').config([
66
'$routeProvider',
77
'shared.routingUtilities',

src/Cofoundry.Plugins.ErrorLogging.Admin/Plugins/Admin/Modules/Errors/Content/js/errors_min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
angular
22
.module('cms.errors', ['ngRoute', 'cms.shared'])
33
.constant('_', window._)
4-
.constant('errors.modulePath', '/plugins/admin/modules/errors/js/');
4+
.constant('errors.modulePath', '/Plugins/Admin/Modules/Errors/Js/');

0 commit comments

Comments
 (0)