Don't use submodules until github downloads support

This commit is contained in:
Will Rossiter 2013-03-16 11:43:07 +13:00
parent cc303e01ce
commit 5d3d3e1b00
4 changed files with 3 additions and 12 deletions

6
.gitmodules vendored
View File

@ -1,6 +0,0 @@
[submodule "thirdparty/jquery-validate"]
path = thirdparty/jquery-validate
url = git://github.com/jzaefferer/jquery-validation.git
[submodule "thirdparty/Placeholders.js"]
path = thirdparty/Placeholders.js
url = git://github.com/jamesallardice/Placeholders.js.git

View File

@ -32,8 +32,6 @@ and without getting involved in any PHP code.
5. Run in your browser - `/dev/build` to rebuild the database.
6. You should see a new PageType in the CMS 'User Defined Form'. This has a new 'Form' tab which has your form builder.
* PLEASE NOTE! You need to run git submodule update --init --recursive when you git clone the module to fetch the jquery validation submodule.
## Thanks
I would like to thank everyone who has contributed to the module, bugfixers,

View File

@ -2,5 +2,6 @@
## EditableCountryDropdownField
EditableCountryDropdownField is gone since the CountryDropdownField and GeoIP code has been removed from the SS framework.
EditableCountryDropdownField is gone since the CountryDropdownField and GeoIP
code has been removed from the SS framework.

View File

@ -1,6 +1,4 @@
<?php
LeftAndMain::require_javascript('userforms/javascript/FieldEditor.js');
LeftAndMain::require_css('userforms/css/FieldEditor.css');
?>
LeftAndMain::require_css('userforms/css/FieldEditor.css');