bug fixes

This commit is contained in:
Hillel Coren 2014-02-18 15:20:39 +02:00
parent f9e7959218
commit 6c33946344

View File

@ -469,7 +469,6 @@
var $input = $('select#client');
$input.combobox().on('change', function(e) {
var clientId = parseInt($('input[name=client]').val(), 10);
console.log('CHANGE: %s', clientId);
if (clientId > 0) {
model.loadClient(clientMap[clientId]);
} else {