Fix JS code style

This commit is contained in:
Romain Neutron
2013-11-11 11:25:52 +01:00
parent ea6b93b88a
commit dc5c12a592
52 changed files with 11500 additions and 11500 deletions

View File

@@ -1,17 +1,17 @@
$(document).ready(function(){
$('#tabs').tabs();
$('input.input-button').hover(
function(){parent.$(this).addClass('hover');},
function(){parent.$(this).removeClass('hover');}
);
$(this).bind('keydown',function(event){
switch(event.keyCode)
{
case 27:
parent.hideDwnl();
break;
default:
break;
}
});
});
$('#tabs').tabs();
$('input.input-button').hover(
function(){parent.$(this).addClass('hover');},
function(){parent.$(this).removeClass('hover');}
);
$(this).bind('keydown',function(event){
switch(event.keyCode)
{
case 27:
parent.hideDwnl();
break;
default:
break;
}
});
});