mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
BUGFIX Fixed jQuery assignments in Form_TreeFilterForm javascript
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92652 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
baf23e5883
commit
6f2c9193b1
@ -304,7 +304,7 @@ var ss_MainLayout;
|
|||||||
|
|
||||||
// add default option
|
// add default option
|
||||||
// TODO i18n
|
// TODO i18n
|
||||||
this('<option value="0">Add Criteria</option>').appendTo(self.SelectEl())
|
jQuery('<option value="0">Add Criteria</option>').appendTo(self.SelectEl())
|
||||||
|
|
||||||
// populate dropdown values from existing fields
|
// populate dropdown values from existing fields
|
||||||
this.find('.field').each(function() {
|
this.find('.field').each(function() {
|
||||||
|
Loading…
Reference in New Issue
Block a user