Skip to content

Commit

Permalink
FIX Typo in requirements call to TreeDropdownField javascript resource
Browse files Browse the repository at this point in the history
  • Loading branch information
robbieaverill committed Jan 26, 2018
1 parent 8eee411 commit 6fb0af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Forms/SubsitesTreeDropdownField.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function Field($properties = [])
{
$html = parent::Field($properties);

Requirements::javascript('silverstripe/subsitesjavascript/SubsitesTreeDropdownField.js');
Requirements::javascript('silverstripe/subsites:javascript/SubsitesTreeDropdownField.js');

return $html;
}
Expand Down

0 comments on commit 6fb0af0

Please sign in to comment.