mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
API CHANGE Removed ?debug_firebug GET parameter, and related firebug-lite inclusion in LeftAndMain
This commit is contained in:
parent
65e7b83421
commit
9d742f02f2
@ -198,13 +198,6 @@ class LeftAndMain extends Controller {
|
||||
Requirements::css(SAPPHIRE_ADMIN_DIR . '/css/cms_right.css');
|
||||
Requirements::css(SAPPHIRE_DIR . '/css/Form.css');
|
||||
|
||||
if(isset($_REQUEST['debug_firebug'])) {
|
||||
// Firebug is a useful console for debugging javascript
|
||||
// Its available as a Firefox extension or a javascript library
|
||||
// for easy inclusion in other browsers (just append ?debug_firebug=1 to the URL)
|
||||
Requirements::javascript(SAPPHIRE_DIR . '/thirdparty/firebug-lite/firebug.js');
|
||||
}
|
||||
|
||||
Requirements::javascript(SAPPHIRE_DIR . '/javascript/prototypefix/intro.js');
|
||||
Requirements::javascript(SAPPHIRE_DIR . '/thirdparty/prototype/prototype.js');
|
||||
Requirements::javascript(SAPPHIRE_DIR . '/javascript/prototypefix/outro.js');
|
||||
@ -279,8 +272,6 @@ class LeftAndMain extends Controller {
|
||||
'sapphire/thirdparty/jquery-livequery/jquery.livequery.js',
|
||||
'sapphire/javascript/jquery-ondemand/jquery.ondemand.js',
|
||||
'sapphire/thirdparty/jquery-ui/jquery-ui.js',
|
||||
'sapphire/thirdparty/firebug-lite/firebug.js',
|
||||
'sapphire/thirdparty/firebug-lite/firebugx.js',
|
||||
'sapphire/javascript/i18n.js',
|
||||
)
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user