Skip to content

Commit cdc91a7

Browse files
hansonrhansonr
authored andcommitted
removes no longer necessary EBI ajax issue
1 parent 61318bb commit cdc91a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/net.sf.j2s.java.core/srcjs/js/j2sApplet.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -828,7 +828,7 @@ console.log("J2S._getRawDataFromServer " + J2S._serverUrl + " for " + query);
828828
for ( var key in J2S.db._DirectDatabaseCalls) {
829829
if (key.indexOf(".") >= 0 && url.indexOf(key) >= 0) {
830830
// hack because ebi is not returning ajax calls
831-
return url.indexOf(".ebi.ac.") < 0 || url.indexOf("dbfetch/dbfetch") < 0;
831+
return true;//url.indexOf(".ebi.ac.") < 0 || url.indexOf("dbfetch/dbfetch") < 0;
832832

833833
}
834834
}

0 commit comments

Comments
 (0)