version 3.1.20

This commit is contained in:
Alchemy
2011-08-29 15:36:23 +02:00
parent a606d1f808
commit 6f9ef7654d
33 changed files with 1780 additions and 2099 deletions

View File

@@ -113,6 +113,15 @@ function do_global_action()
$(document).ready(function(){
$('#form1').bind('submit', function(event){
var classic = !!$('#step2classic').is(':visible');
if(!classic)
{
event.stopPropagation();
return false;
}
});
$.each($('#status_wrapper .slider_status'),function(){
activeSliders(this);
});