mirror of
				https://github.com/Mibew/java.git
				synced 2025-10-31 18:41:09 +03:00 
			
		
		
		
	1.0.8 RC1, rename/regenerate .js
git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@40 c66351dc-e62f-0410-b875-e3a5c0b9693f
This commit is contained in:
		
							parent
							
								
									6e44772413
								
							
						
					
					
						commit
						4307fa9084
					
				| @ -6,29 +6,29 @@ | ||||
|   <property name="webim.location" value="../webim" /> | ||||
| 
 | ||||
|   <target name="update" depends="build"> | ||||
|     <java classname="JSO" fork="true" error="${obfuscator.location}\bin\obfuscation.log"> | ||||
|       <arg value="${obfuscator.location}\src\common.js" /> | ||||
|       <arg value="${obfuscator.location}\src\page_chat.js" /> | ||||
|       <arg value="${obfuscator.location}\src\page_pendingclients.js" /> | ||||
|       <arg value="${obfuscator.location}\src\brws.js" /> | ||||
|       <arg value="d=${webim.location}/js\" /> | ||||
|     <java classname="JSO" fork="true" error="${obfuscator.location}/bin/obfuscation.log"> | ||||
|       <arg value="${obfuscator.location}/src/common.js" /> | ||||
|       <arg value="${obfuscator.location}/src/page_chat2.js" /> | ||||
|       <arg value="${obfuscator.location}/src/page_pendingclients2.js" /> | ||||
|       <arg value="${obfuscator.location}/src/brws.js" /> | ||||
|       <arg value="d=${webim.location}/js/" /> | ||||
|       <!-- <arg value="debug"/> --> | ||||
|       <!-- <arg value="debugnames"/> --> | ||||
|       <!-- <arg value="o=0,0"/> --> | ||||
|       <classpath> | ||||
|         <pathelement location="${obfuscator.location}\bin\" /> | ||||
|         <pathelement location="${obfuscator.location}/bin/" /> | ||||
|       </classpath> | ||||
|     </java> | ||||
|   </target> | ||||
| 
 | ||||
|   <target name="build" depends="init"> | ||||
|     <javac destdir="${obfuscator.location}\bin" fork="false"> | ||||
|     <javac destdir="${obfuscator.location}/bin" fork="false"> | ||||
|       <src path="${obfuscator.location}" /> | ||||
|     </javac> | ||||
|   </target> | ||||
| 
 | ||||
|   <target name="init"> | ||||
|     <mkdir dir="${obfuscator.location}\bin"/> | ||||
|     <mkdir dir="${obfuscator.location}/bin"/> | ||||
|   </target> | ||||
| 
 | ||||
| </project> | ||||
|  | ||||
| @ -1 +1 @@ | ||||
| var myAgent="";var pj=0;var myRealAgent="";function dj(){var ej=["\157pe\u0072\u0061","\155\u0073\151\145","s\141f\141\u0072\u0069","f\u0069r\145\u0066\u006f\170","\u006e\145t\163ca\u0070\u0065","\u006d\157\172\u0069l\154\141"];var vi=navigator.userAgent.toLowerCase();for(var i=0;i<ej.length;i++){var fj=ej[i];if(vi.indexOf(fj)!=-1){myAgent=fj;if(!window.RegExp)break;var gj=new RegExp(fj+"\u005b\040\/]?(\u005b\u0030\055\071]\u002b\u0028\.[0\u002d\071\135\u002b\u0029?\051");if(gj.exec(vi)!=null){pj=parseFloat(RegExp.$1);} break;} } myRealAgent=myAgent;if(navigator.product=="G\u0065c\u006bo")myAgent="\u006d\u006f\u007a";} dj();function getEl(name){return document.getElementById(name);}  | ||||
| var myAgent="";var pj=0;var myRealAgent="";function dj(){var ej=["\157p\145r\141","\u006d\u0073i\145","\u0073\141\146\u0061\162i","fire\146o\170","n\145tsca\u0070e","\u006doz\151\154la"];var vi=navigator.userAgent.toLowerCase();for(var i=0;i<ej.length;i++){var fj=ej[i];if(vi.indexOf(fj)!=-1){myAgent=fj;if(!window.RegExp)break;var gj=new RegExp(fj+"\u005b\040\/\u005d\u003f(\u005b0-9\135+(\.[\u0030-\071\u005d\u002b\u0029\u003f\u0029");if(gj.exec(vi)!=null){pj=parseFloat(RegExp.$1);} break;} } myRealAgent=myAgent;if(navigator.product=="\u0047ec\153\157")myAgent="\u006d\u006fz";} dj();function getEl(name){return document.getElementById(name);}  | ||||
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
							
								
								
									
										1
									
								
								src/webim/js/page_chat2.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								src/webim/js/page_chat2.js
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
							
								
								
									
										1
									
								
								src/webim/js/page_pendingclients2.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								src/webim/js/page_pendingclients2.js
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							| @ -24,7 +24,7 @@ | ||||
| <script language="javascript"><!-- | ||||
| var threadParams = { servl:"<?php echo $webimroot ?>/thread.php",wroot:"<?php echo $webimroot ?>",frequency:2,<?php if( $page['user'] ) { ?>user:"true",<?php } ?>threadid:<?php echo $page['ct.chatThreadId'] ?>,token:<?php echo $page['ct.token'] ?> };
 | ||||
| //--></script>
 | ||||
| <script type="text/javascript" language="javascript" src="<?php echo $webimroot ?>/js/page_chat.js"></script> | ||||
| <script type="text/javascript" language="javascript" src="<?php echo $webimroot ?>/js/page_chat2.js"></script> | ||||
| </head> | ||||
| 
 | ||||
| <body bgcolor="#FFFFFF" background="<?php echo $webimroot ?>/images/bg.gif" text="#000000" link="#C28400" vlink="#C28400" alink="#C28400" marginwidth="0" marginheight="0" leftmargin="0" rightmargin="0" topmargin="0" bottommargin="0"> | ||||
|  | ||||
| @ -30,7 +30,7 @@ var updaterOptions = { | ||||
| 	agentservl:"<?php echo $webimroot ?>/operator/agent.php", | ||||
| 	noclients:"<?php echo getstring("clients.no_clients") ?>" }; | ||||
| //--></script>
 | ||||
| <script type="text/javascript" language="javascript" src="<?php echo $webimroot ?>/js/page_pendingclients.js"></script> | ||||
| <script type="text/javascript" language="javascript" src="<?php echo $webimroot ?>/js/page_pendingclients2.js"></script> | ||||
| 
 | ||||
| <link rel="shortcut icon" href="<?php echo $webimroot ?>/images/favicon.ico" type="image/x-icon"/> | ||||
| <title> | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user