collect limit field to limitModel

This commit is contained in:
hmm 2014-09-24 17:03:19 +08:00
parent a8dc75cbd4
commit df2185319b
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ $(document).ready(function() {
loadScripts(); loadScripts();
loadSchedulePlot(); loadSchedulePlot();
loadFilterTypeList(); loadFilterTypeList();
loadLimitableFields();
}); });
$("#selectFilter #ok").click(function() { $("#selectFilter #ok").click(function() {
$("#selectFilter").hide(); $("#selectFilter").hide();