Commit 2c18d47d authored by Serge S. Koval's avatar Serge S. Koval

Minor changes and cleanups.

parent 1db59b00
...@@ -3,10 +3,6 @@ ...@@ -3,10 +3,6 @@
- Calendar - add validation for time without seconds (automatically add seconds) - Calendar - add validation for time without seconds (automatically add seconds)
- View Site button? - View Site button?
- Model Admin - Model Admin
- Rework model UI
- Number of records
- Tabs
- Filters in drop down instead of add button
- Ability to sort by fields that are not visible? - Ability to sort by fields that are not visible?
- List display callables - List display callables
- Search - Search
......
...@@ -15,10 +15,10 @@ var AdminForm = function() { ...@@ -15,10 +15,10 @@ var AdminForm = function() {
break; break;
}; };
} }
// Apply automatic styles
$('[data-role=chosen]').chosen();
$('[data-role=chosenblank]').chosen({allow_single_deselect: true});
$('[data-role=datepicker]').datepicker();
$('[data-role=datetimepicker]').datepicker({displayTime: true});
}; };
// Apply automatic styles
$('[data-role=chosen]').chosen();
$('[data-role=chosenblank]').chosen({allow_single_deselect: true});
$('[data-role=datepicker]').datepicker();
$('[data-role=datetimepicker]').datepicker({displayTime: true});
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment