diff options
Diffstat (limited to 'python/Dawn/static/dawn.js')
| -rw-r--r-- | python/Dawn/static/dawn.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/Dawn/static/dawn.js b/python/Dawn/static/dawn.js index 143947c8..cfcee999 100644 --- a/python/Dawn/static/dawn.js +++ b/python/Dawn/static/dawn.js @@ -105,4 +105,7 @@ $(function() { $('#upfront').attr('data-toggle', 'tooltip'); $('#upfront').attr('title', 'This is Cash Amount on the bloomberg ticket, i.e. the net amount we receive.'); $('#upfront').tooltip(); + $('#spot_rate').attr('data-toggle', 'tooltip'); + $('#spot_rate').attr('title', 'Spot rate must be entered with pairs ordered by dominance. EUR > GBP > USD > CAD > CHF > YEN'); + $('#spot_rate').tooltip(); }); |
