aboutsummaryrefslogtreecommitdiff
path: root/wqflask
diff options
context:
space:
mode:
authorPjotr Prins2016-08-17 09:33:04 +0000
committerPjotr Prins2016-08-17 09:33:04 +0000
commita1ad48926436de81b2ecdc783b7e8e0fe0f61a3e (patch)
tree7e52f59ce9f98f690c46d981208342100c92bdc5 /wqflask
parent0fd90b4c3578121aaa36ef57bebfbece1c05cbdd (diff)
downloadgenenetwork2-a1ad48926436de81b2ecdc783b7e8e0fe0f61a3e.tar.gz
Use this.url
Diffstat (limited to 'wqflask')
-rw-r--r--wqflask/wqflask/templates/marker_regression_gn1.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/wqflask/wqflask/templates/marker_regression_gn1.html b/wqflask/wqflask/templates/marker_regression_gn1.html
index 71d92a23..aba903c7 100644
--- a/wqflask/wqflask/templates/marker_regression_gn1.html
+++ b/wqflask/wqflask/templates/marker_regression_gn1.html
@@ -266,8 +266,9 @@
checking the headers */
list = [
"/static/new/javascript/biodalliance.js",
- "http://d3js.org/d3.v3.min.js",
+ "/dalliance/build/dalliance-all.js",
"/static/new/js_external/underscore-min.js",
+ "http://d3js.org/d3.v3.min.js",
"https://cdn.datatables.net/buttons/1.0.0/js/dataTables.buttons.min.js"
];
for (var i = 0; i < list.length; i++) {
@@ -280,8 +281,8 @@
},
error: function() {
// page does not exist
- console.log("Failed to load "+url);
- alert("Failed to load Javascript for "+url);
+ console.log("Failed to load "+this.url);
+ alert("Failed to load Javascript for "+this.url);
}
})};
</script>