[Lada-commits] [PATCH 1 of 2] Do no hide the earch buttons and the resultlist on reset
Wald Commits
scm-commit at wald.intevation.org
Mon Jul 1 14:21:00 CEST 2013
# HG changeset patch
# User Torsten Irländer <torsten.irlaender at intevation.de>
# Date 1372681187 -7200
# Node ID 5da0b56bf9bf755c8b0c1161a8a79358a89b3c6b
# Parent e7665edf953fc72c0ca734814ebe021d47afde8c
Do no hide the earch buttons and the resultlist on reset.
diff -r e7665edf953f -r 5da0b56bf9bf app/controller/Sql.js
--- a/app/controller/Sql.js Mon Jul 01 14:08:54 2013 +0200
+++ b/app/controller/Sql.js Mon Jul 01 14:19:47 2013 +0200
@@ -77,7 +77,7 @@
var toHide = Ext.getCmp(queries[i]);
toHide.hide();
}
- result.hide();
- buttons.hide();
+ //result.hide();
+ //buttons.hide();
}
});
More information about the Lada-commits
mailing list