Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
デバッグ バーが Javascript で問題を引き起こしています ( $JQuery を使用しているときに、 を使用する Moo Tools を含む)。
$
デバッグバーを無効にするにはどうすればよいですか?デバッグモードはオンのままです。
次の設定を使用します。
$GLOBALS['TL_CONFIG']['hideDebugBar'] = true;
「システム -> 設定 -> グローバル構成 -> チェックボックス デバッグを有効にする」でオフにできます。