if(x == true) return true else return false? return x :P
This commit is contained in:
		
							parent
							
								
									924eb98238
								
							
						
					
					
						commit
						25bab5d672
					
				@ -23,11 +23,7 @@ class AdminPageTheme extends Themelet {
 | 
			
		||||
			<script type="text/javascript">
 | 
			
		||||
			function imgidconfirm() {
 | 
			
		||||
				if(document.getElementById("misc").selectedIndex == 4) {
 | 
			
		||||
					if(confirm("This function WILL break any bookmarks & links.\n The event log will also not be updated with new ids. \n Are you sure you wish to continue?")){
 | 
			
		||||
						return true;
 | 
			
		||||
					}else{
 | 
			
		||||
						return false;
 | 
			
		||||
					}
 | 
			
		||||
					return confirm("This function WILL break any bookmarks & links.\n The event log will also not be updated with new ids. \n Are you sure you wish to continue?");
 | 
			
		||||
				}
 | 
			
		||||
			}
 | 
			
		||||
			</script>
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user