Skip to content

Commit

Permalink
i give, lets just try this.id
Browse files Browse the repository at this point in the history
  • Loading branch information
rmarini committed Mar 30, 2017
1 parent 9c9a6dd commit 9fe838a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .project
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>cordova_rjm</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
</buildSpec>
<natures>
</natures>
</projectDescription>
2 changes: 1 addition & 1 deletion assets/public/js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ $(document).ready(function(){
// var temp = parts[i].split("=");
// $_GET[decodeURIComponent(temp[0])] = decodeURIComponent(temp[1]);
// }
var loadURL = "../geneVariantPos/" + parts[1]; //providing the position searched here
var loadURL = "../geneVariantPos/" + this.id; //providing the position searched here
// var loadURL = "../gene/"+parts[1];
//end of Rob Marini Edits (includes this if-structure. Originally only the else clause existed without the if-structure
} else {
Expand Down

0 comments on commit 9fe838a

Please sign in to comment.