mirror of
https://github.com/filp/whoops.git
synced 2026-09-10 09:46:18 +00:00
Close the by default expanded objects of dumped vars
This commit is contained in:
@@ -119,4 +119,10 @@ Zepto(function($) {
|
||||
e.preventDefault();
|
||||
$.get(this.href);
|
||||
});
|
||||
|
||||
// Symfony VarDumper: Close the by default expanded objects
|
||||
$('.sf-dump-expanded')
|
||||
.removeClass('sf-dump-expanded')
|
||||
.addClass('sf-dump-compact');
|
||||
$('.sf-dump-toggle span').html('▶');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user