Skip to content

Commit

Permalink
Molecular Viewer: Attempt no. 3
Browse files Browse the repository at this point in the history
  • Loading branch information
asherpasha committed Oct 11, 2016
1 parent d410998 commit 2cfe3f6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/scripts/js/molViewer41.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@
//
pfamUrlBar : Eplant.cdd3Url + 'PfamAnnot.cgi',
//
pfamUrlDev : 'ProxyServlet',
//pfamUrlDev : 'ProxyServlet',
//
cddUrlBar : Eplant.cdd3Url + 'CDDannot.cgi',
//
cddUrlDev : 'ProxyServlet',
//cddUrlDev : 'ProxyServlet',
/*
* background HOVER - background color for the hover label when letting mouse over atom
* color HOVER - text color for the hover label when letting mouse over atom
Expand Down Expand Up @@ -1363,7 +1363,7 @@
else if(window.location.hostname.indexOf('bar.utoronto.ca') > -1)//running at bar.utoronto.ca server
u = config.application.cddUrlBar;
else//dev environment
u = config.application.cddUrlDev;
u = config.application.cddUrlBar; // Araport

$.ajax({
type: 'POST',
Expand Down Expand Up @@ -1437,7 +1437,7 @@
else if(window.location.hostname.indexOf('bar.utoronto.ca') > -1)//running at bar.utoronto.ca server
u = config.application.pfamUrlBar;
else//dev environment
u = config.application.pfamUrlDev;
u = config.application.pfamUrlBar; // Araport

$.ajax({
type: 'POST',
Expand Down

0 comments on commit 2cfe3f6

Please sign in to comment.