mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
Use CDN jQuery for RemoveOrphanedPagesTask
We shouldn't rely on static file paths from framework, since they tend to change around.
This commit is contained in:
parent
cd3ae42c1d
commit
fee7e0211e
@ -79,7 +79,7 @@ in the other stage:<br />
|
||||
}
|
||||
|
||||
public function index() {
|
||||
Requirements::javascript(FRAMEWORK_DIR . '/thirdparty/jquery/jquery.js');
|
||||
Requirements::javascript('http://code.jquery.com/jquery-1.7.2.min.js');
|
||||
Requirements::customCSS('#OrphanIDs .middleColumn {width: auto;}');
|
||||
Requirements::customCSS('#OrphanIDs label {display: inline;}');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user