Subversion Repositories eFlore/Applications.cel

Rev

Rev 2110 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2110 Rev 2117
Line 855... Line 855...
855
				if(obsNbre == 0) {
855
				if(obsNbre == 0) {
856
					setTimeout(function() {
856
					setTimeout(function() {
857
						$("#chargement").hide();
857
						$("#chargement").hide();
858
						$('#dialogue-obs-transaction-ok .alert-txt').append($('#tpl-transmission-ok').clone().html());
858
						$('#dialogue-obs-transaction-ok .alert-txt').append($('#tpl-transmission-ok').clone().html());
859
						$("#dialogue-obs-transaction-ok").show();
859
						$("#dialogue-obs-transaction-ok").show();
-
 
860
						window.location.hash = "dialogue-obs-transaction-ok";
860
						initialiserObs();
861
						initialiserObs();
861
					}, 1500);
862
					}, 1500);
Line 862... Line 863...
862
					
863
					
863
				}			
864
				}