updated jquery to version 1.11, updated themes frost and diabook where necessary
This commit is contained in:
		
					parent
					
						
							
								5f9845d235
							
						
					
				
			
			
				commit
				
					
						87fa2ee2af
					
				
			
		
					 24 changed files with 195 additions and 743 deletions
				
			
		| 
						 | 
				
			
			@ -34,7 +34,6 @@
 | 
			
		|||
	var src = null;
 | 
			
		||||
	var prev = null;
 | 
			
		||||
	var livetime = null;
 | 
			
		||||
	var msie = false;
 | 
			
		||||
	var stopped = false;
 | 
			
		||||
	var totStopped = false;
 | 
			
		||||
	var timer = null;
 | 
			
		||||
| 
						 | 
				
			
			@ -49,8 +48,6 @@
 | 
			
		|||
	$(function() {
 | 
			
		||||
		$.ajaxSetup({cache: false});
 | 
			
		||||
 | 
			
		||||
		msie = $.browser.msie ;
 | 
			
		||||
		
 | 
			
		||||
		collapseHeight();
 | 
			
		||||
 | 
			
		||||
		/* setup tooltips *//*
 | 
			
		||||
| 
						 | 
				
			
			@ -306,7 +303,7 @@
 | 
			
		|||
 | 
			
		||||
		in_progress = true;
 | 
			
		||||
		var udargs = ((netargs.length) ? '/' + netargs : '');
 | 
			
		||||
		var update_url = 'update_' + src + udargs + '&p=' + profile_uid + '&page=' + profile_page + '&msie=' + ((msie) ? 1 : 0);
 | 
			
		||||
		var update_url = 'update_' + src + udargs + '&p=' + profile_uid + '&page=' + profile_page;
 | 
			
		||||
 | 
			
		||||
		$.get(update_url,function(data) {
 | 
			
		||||
			in_progress = false;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue