]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-11224: [freeswitch-core] Fix VC build #resolve
authorAnthony Minessale <anthm@freeswitch.org>
Mon, 9 Jul 2018 20:00:45 +0000 (20:00 +0000)
committerMuteesa Fred <muteesafred@hotmail.com>
Tue, 24 Jul 2018 07:21:56 +0000 (07:21 +0000)
html5/verto/verto_communicator/bower.json
html5/verto/verto_communicator/src/index.html

index 68a96ec31ff29a453aa711b50a4695ac79805a72..444ccf6021b93b1b14d08c9cbda4c8244feece7e 100644 (file)
@@ -24,6 +24,9 @@
     "tests"
   ],
   "dependencies": {
+    "jquery": "~2.1.4",
+    "jquery-cookie": "~1.4.1",
+    "jquery-json": "~2.5.1",
     "angular-gravatar": "~0.4.1",
     "bootstrap": "~3.3.4",
     "angular-toastr": "~1.4.1",
     "angular-animate": "~1.3.15",
     "angular-cookies": "~1.3.15",
     "angular-directive.g-signin": "~0.1.2",
-    "jquery": "~2.1.4",
     "angular-fullscreen": "~1.0.1",
     "ngstorage": "~0.3.9",
     "angular-timer": "~1.3.3",
     "angular-tooltips": "~0.1.21",
-    "jquery-cookie": "~1.4.1",
-    "jquery-json": "~2.5.1",
     "datatables": "~1.10.8",
     "angular-bootstrap": "~0.14.3",
     "bootstrap-material-design": "~0.3.0",
index 87879b5ae94dfba433e54b477ff9b97ca702b550..d3f5cc1825174a49f9950a93fd33c79ec4100905 100644 (file)
@@ -75,6 +75,8 @@
     <!-- build:js(.) scripts/vendor.js -->
     <!-- bower:js -->
     <script src="bower_components/jquery/dist/jquery.js"></script>
+    <script src="bower_components/jquery-cookie/jquery.cookie.js"></script>
+    <script src="bower_components/jquery-json/src/jquery.json.js"></script>
     <script src="bower_components/angular/angular.js"></script>
     <script src="bower_components/angular-gravatar/build/angular-gravatar.js"></script>
     <script src="bower_components/bootstrap/dist/js/bootstrap.js"></script>
@@ -92,8 +94,6 @@
     <script src="bower_components/humanize-duration/humanize-duration.js"></script>
     <script src="bower_components/angular-timer/dist/angular-timer.js"></script>
     <script src="bower_components/angular-tooltips/dist/angular-tooltips.min.js"></script>
-    <script src="bower_components/jquery-cookie/jquery.cookie.js"></script>
-    <script src="bower_components/jquery-json/src/jquery.json.js"></script>
     <script src="bower_components/datatables/media/js/jquery.dataTables.js"></script>
     <script src="bower_components/bootstrap-material-design/dist/js/material.js"></script>
     <script src="bower_components/bootstrap-material-design/dist/js/ripples.js"></script>