mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
Added another require line, so that the jquery-ui.custom.js is included. This is because this file was renamed in the post 2.4 branch of SS
This commit is contained in:
parent
350a6fa65d
commit
5b19360f08
@ -1,4 +1,5 @@
|
||||
<% require css(userforms/css/FieldEditor.css) %>
|
||||
<% require javascript(sapphire/thirdparty/jquery-ui/jquery-ui.custom.js) %>
|
||||
<% require javascript(sapphire/thirdparty/jquery-ui/jquery-ui-1.8rc3.custom.js) %>
|
||||
<% require javascript(userforms/javascript/UserForm.js) %>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user