mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-15 14:03:27 +00:00
version 3.1.20
This commit is contained in:
@@ -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);
|
||||
});
|
||||
|
Reference in New Issue
Block a user