You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by we...@apache.org on 2005/11/29 19:02:18 UTC

svn commit: r349775 - /incubator/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/popup.js

Author: weber
Date: Tue Nov 29 10:02:13 2005
New Revision: 349775

URL: http://svn.apache.org/viewcvs?rev=349775&view=rev
Log:
fix popup script

Modified:
    incubator/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/popup.js

Modified: incubator/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/popup.js
URL: http://svn.apache.org/viewcvs/incubator/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/popup.js?rev=349775&r1=349774&r2=349775&view=diff
==============================================================================
--- incubator/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/popup.js (original)
+++ incubator/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/popup.js Tue Nov 29 10:02:13 2005
@@ -74,4 +74,4 @@
 }
 
 // This MUST be the last line !
-if (Tobago != undefined) Tobago.registerScript("/html/standard/standard/script/popup.js");
+if (typeof(Tobago) != "undefined") { Tobago.registerScript("/html/standard/standard/script/popup.js"); }