mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-17 06:48:59 +08:00
debug tool bar WIP
This commit is contained in:
@@ -18,7 +18,7 @@ yii.debug = (function ($) {
|
||||
//dataType: 'json',
|
||||
success: function(data) {
|
||||
var $e = $('#' + id);
|
||||
$e.html(data);
|
||||
$e.html(data).show();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user