debug tool bar WIP

This commit is contained in:
Qiang Xue
2013-05-15 19:15:01 -04:00
parent 490c57f5e2
commit e96fd0ea59
6 changed files with 100 additions and 9 deletions

View File

@@ -18,7 +18,7 @@ yii.debug = (function ($) {
//dataType: 'json',
success: function(data) {
var $e = $('#' + id);
$e.html(data);
$e.html(data).show();
}
});
}