use the url of the first panel as link, when toolbar is minimized

This commit is contained in:
Tobias Munk
2014-02-07 00:42:03 +01:00
parent bc20c64e16
commit 898c17887a

View File

@ -23,7 +23,8 @@ if (window.localStorage) {
}
EOD;
$url = $panels['request']->getUrl();
$firstPanel = reset($panels);
$url = $firstPanel->getUrl();
?>
<div id="yii-debug-toolbar" class="yii-debug-toolbar-<?= $position ?>">
<div class="yii-debug-toolbar-block">