1 files changed, 6 insertions, 6 deletions
diff --git a/syweb/webclient/index.html b/syweb/webclient/index.html
index d9c67333af..2dddd14cfc 100644
--- a/syweb/webclient/index.html
+++ b/syweb/webclient/index.html
@@ -11,17 +11,17 @@
<meta name="viewport" content="width=device-width">
- <script type='text/javascript' src='js/jquery-1.8.3.min.js'></script>
- <script type="text/javascript" src="https://www.google.com/recaptcha/api/js/recaptcha_ajax.js"></script>
+ <script type="text/javascript" src="js/jquery-1.8.3.min.js"></script>
+ <script type="text/javascript" src="js/recaptcha_ajax.js"></script>
<script src="js/angular.js"></script>
<script src="js/angular-route.min.js"></script>
<script src="js/angular-sanitize.min.js"></script>
<script src="js/jquery.peity.min.js"></script>
<script src="js/angular-peity.js"></script>
- <script type='text/javascript' src="js/ui-bootstrap-tpls-0.11.2.js"></script>
- <script type='text/javascript' src='js/ng-infinite-scroll-matrix.js'></script>
- <script type='text/javascript' src='js/autofill-event.js'></script>
- <script type='text/javascript' src='js/elastic.js'></script>
+ <script type="text/javascript" src="js/ui-bootstrap-tpls-0.11.2.js"></script>
+ <script type="text/javascript" src="js/ng-infinite-scroll-matrix.js"></script>
+ <script type="text/javascript" src="js/autofill-event.js"></script>
+ <script type="text/javascript" src="js/elastic.js"></script>
<script src="app.js"></script>
<script src="config.js"></script>
<script src="app-controller.js"></script>
|