summaryrefslogtreecommitdiff
path: root/dependencies.js
diff options
context:
space:
mode:
Diffstat (limited to 'dependencies.js')
-rw-r--r--dependencies.js14
1 files changed, 9 insertions, 5 deletions
diff --git a/dependencies.js b/dependencies.js
index 5edd328..ea46827 100644
--- a/dependencies.js
+++ b/dependencies.js
@@ -1,5 +1,10 @@
$.getScript('math.js');
+$.getScript('combined.js');
+// @Adhitya: 02-07-2016: Commented Jitesh's work to call Data Structures individually,
+// and combined all of them into combined.js using combine_script.bat
+
+/*
$.ajax({
type: "POST",
@@ -14,16 +19,15 @@ $.ajax({
url: "/data_structures_correct/"
},
success: function (data) {
-
- /*
- * @Parameter: data will have the required filenames in the mentioned folder
- * For each url, add the script to the body div element with getScript function
- */
+
+ // @Parameter: data will have the required filenames in the mentioned folder
+ // For each url, add the script to the body div element with getScript function
for (i in data) {
$.getScript(data[i]);
}
}
});
+*/
function AfficheBlock() {
if (arguments.length > 0) {