Various small changes.

This commit is contained in:
James Cole
2017-03-03 18:19:25 +01:00
parent 978e3e615c
commit 8fb6c1a0c8
10 changed files with 83 additions and 26 deletions

View File

@@ -102,7 +102,7 @@ function currencySelect(e) {
$('#' + spanId).text(symbol);
// close the menu (hack hack)
$('#' + menuID).click();
$('#' + menuID).dropdown('toggle');
return false;