pull/2/head
guanghongwei 2014-11-04 17:22:47 +08:00
parent 4a09ce32e6
commit 2d28a7a0c4
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
</table>
<script >
$('.log_command').on('click',function(){
var url = this.attr('href');
var url = $(this).attr('href');
$.ajax({url:url,success:function(data){
BootstrapDialog.show({title:'命令统计',message:data});
}});