Boxes will try to remember their state and auto-collapse.

This commit is contained in:
James Cole
2016-04-29 09:47:47 +02:00
parent 14b94a5bd2
commit b714eaac06
6 changed files with 90 additions and 49 deletions

View File

@@ -96,19 +96,5 @@ function currencySelect(e) {
return false;
//var code = target.data('code');
//var fieldType = target.data('field');
//var menu = $('.' + fieldType + 'CurrencyDropdown');
//
//var symbolHolder = $('#' + fieldType + 'CurrentSymbol');
//symbolHolder.text(symbol);
//$('input[name="' + fieldType + '_currency_id"]').val(id);
//
// close dropdown (hack hack)
//menu.click();
//return false;
}