diff options
Diffstat (limited to 'python/Dawn/static/dawn.js')
| -rw-r--r-- | python/Dawn/static/dawn.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/python/Dawn/static/dawn.js b/python/Dawn/static/dawn.js index 97e83d35..2ebb2a2b 100644 --- a/python/Dawn/static/dawn.js +++ b/python/Dawn/static/dawn.js @@ -179,6 +179,10 @@ $(function() { }); $('#fund').change( function() { + if (window.location.pathname.includes('future') || + window.location.pathname.includes('spot')) { + return; + } switch ($(this).val()) { case 'SERCGMAST': $('#custodian').val('BAC'); |
