Commit 1f2feeca8259554ab8e33892355b97487881ea93
1 parent
2c208565
created spaces
Showing
1 changed file
with
2 additions
and
0 deletions
400-SOURCECODE/AIAHTML5.Web/app/main/AIA.js
... | ... | @@ -491,10 +491,12 @@ AIA.constant("UserModules", [ |
491 | 491 | "slug": "Link/aod" |
492 | 492 | } |
493 | 493 | ]); |
494 | + | |
494 | 495 | AIA.constant("AIAConstants", { |
495 | 496 | |
496 | 497 | "NO_BODY_SYSTEM_AVAILABLE": "Selected body system is not available on this layer.", |
497 | 498 | }) |
499 | + | |
498 | 500 | AIA.config(function ($routeProvider, pages, $locationProvider) { |
499 | 501 | |
500 | 502 | $locationProvider.html5Mode(true); | ... | ... |