mirror of
https://github.com/silverstripe/silverstripe-subsites
synced 2024-10-22 11:05:55 +02:00
Use correct jQuery variable
This commit is contained in:
parent
b49c86bd0b
commit
9192954596
@ -2,7 +2,7 @@
|
|||||||
$.entwine('ss', function($) {
|
$.entwine('ss', function($) {
|
||||||
$('.TreeDropdownField').entwine({
|
$('.TreeDropdownField').entwine({
|
||||||
subsiteID: function() {
|
subsiteID: function() {
|
||||||
var subsiteSel = $$('#CopyContentFromID_SubsiteID select')[0];
|
var subsiteSel = $('#CopyContentFromID_SubsiteID select')[0];
|
||||||
if(!subsiteSel) return;
|
if(!subsiteSel) return;
|
||||||
|
|
||||||
subsiteSel.onchange = (function() {
|
subsiteSel.onchange = (function() {
|
||||||
@ -22,4 +22,4 @@
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
})(jQuery);
|
})(jQuery);
|
||||||
|
Loading…
Reference in New Issue
Block a user