New 'libraries' folder in root instalation directory
This commit is contained in:
parent
05b6a91b0c
commit
006992b900
2267 changed files with 50 additions and 65 deletions
|
@ -31,19 +31,19 @@ To submit bug reports and feature suggestions, or to track changes:
|
|||
|
||||
* Put the downloaded archive into the directory:
|
||||
|
||||
/sites/all/libraries/jquery.ui-1.6.zip
|
||||
/libraries/jquery.ui-1.6.zip
|
||||
|
||||
* Extract the archive. This will create the following sub-directory:
|
||||
|
||||
/sites/all/libraries/jquery.ui-1.6/
|
||||
/libraries/jquery.ui-1.6/
|
||||
|
||||
* Rename the sub-directory into "jquery.ui":
|
||||
|
||||
/sites/all/libraries/jquery.ui/
|
||||
/libraries/jquery.ui/
|
||||
|
||||
so the actual jQuery UI JavaScript files are located in:
|
||||
|
||||
/sites/all/libraries/jquery.ui/ui/*.js
|
||||
/libraries/jquery.ui/ui/*.js
|
||||
|
||||
* Enable the module at Administer >> Site building >> Modules.
|
||||
|
||||
|
@ -64,19 +64,19 @@ to jQuery UI 1.7, you can get around this by doing the following:
|
|||
|
||||
* Put the downloaded archive into the directory:
|
||||
|
||||
/sites/all/libraries/jquery.ui-1.7.zip
|
||||
/libraries/jquery.ui-1.7.zip
|
||||
|
||||
* Extract the archive. This will create the following sub-directory:
|
||||
|
||||
/sites/all/libraries/jquery.ui-1.7/
|
||||
/libraries/jquery.ui-1.7/
|
||||
|
||||
* Rename the sub-directory into "jquery.ui":
|
||||
|
||||
/sites/all/libraries/jquery.ui/
|
||||
/libraries/jquery.ui/
|
||||
|
||||
so the actual jQuery UI JavaScript files are located in:
|
||||
|
||||
/sites/all/libraries/jquery.ui/ui/*.js
|
||||
/libraries/jquery.ui/ui/*.js
|
||||
|
||||
* Enable the module at Administer >> Site building >> Modules.
|
||||
|
||||
|
@ -115,4 +115,3 @@ Current maintainers:
|
|||
* Angela Byron (webchick)
|
||||
* Addison Berry (add1sun)
|
||||
* Daniel F. Kudwien (sun) - http://drupal.org/user/54136
|
||||
|
||||
|
|
Reference in a new issue