Removed country chooser widget

This commit is contained in:
severin
2014-01-05 15:01:14 +01:00
parent 191a00649f
commit 514a44e022
11 changed files with 33 additions and 2477 deletions

View File

@@ -552,9 +552,6 @@ class WSF_AUTOCOMPLETE_CONTROL extends WSF_INPUT_CONTROL
@$el.on 'typeahead:blured',()->
self.change()
class WSF_COUNTRY_CHOOSER_CONTROL extends WSF_INPUT_CONTROL
requirements: ['assets/bootstrap-formhelpers-countries.js', 'assets/bootstrap-formhelpers-countries-en-US.js', 'assets/bootstrap-formhelpers-selectbox.js', 'assets/bootstrap-formhelpers-countries.css', 'assets/bootstrap-formhelpers.css']
class WSF_DATETIME_PICKER_CONTROL extends WSF_INPUT_CONTROL
requirements: ['assets/bootstrap-datetimepicker.css', 'assets/bootstrap-datetimepicker.js']