diff options
Diffstat (limited to 'lifecyclemgr/src/main/webapp/lifecyclemgr/index.html')
-rw-r--r-- | lifecyclemgr/src/main/webapp/lifecyclemgr/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lifecyclemgr/src/main/webapp/lifecyclemgr/index.html b/lifecyclemgr/src/main/webapp/lifecyclemgr/index.html index ad6a359d..a23411ea 100644 --- a/lifecyclemgr/src/main/webapp/lifecyclemgr/index.html +++ b/lifecyclemgr/src/main/webapp/lifecyclemgr/index.html @@ -22,6 +22,7 @@ <script src="js/DataService.js"></script> <script src="js/mustache.js"></script> <script src="js/bootbox.min.js"></script> + <script type="text/javascript" src="js/jquery.i18n.properties-1.0.9.js"></script> </head> <body ng-app="lcApp" onload="loadTemplate()"> |