mirror of
https://github.com/yiisoft/yii2.git
synced 2026-03-23 23:47:09 +01:00
Fixes #3793: Changed inline autocomplete hints style to get more IDEs support
This commit is contained in:
@@ -176,7 +176,7 @@ class Module extends \yii\base\Module implements BootstrapInterface
|
||||
'tag' => $this->logTarget->tag,
|
||||
]);
|
||||
echo '<div id="yii-debug-toolbar" data-url="' . $url . '" style="display:none"></div>';
|
||||
/** @var View $view */
|
||||
/* @var $view View */
|
||||
$view = $event->sender;
|
||||
echo '<style>' . $view->renderPhpFile(__DIR__ . '/assets/toolbar.css') . '</style>';
|
||||
echo '<script>' . $view->renderPhpFile(__DIR__ . '/assets/toolbar.js') . '</script>';
|
||||
|
||||
Reference in New Issue
Block a user