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/28 23:34:22 UTC

svn commit: r349534 - /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: Mon Nov 28 14:34:16 2005
New Revision: 349534

URL: http://svn.apache.org/viewcvs?rev=349534&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=349534&r1=349533&r2=349534&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 Mon Nov 28 14:34:16 2005
@@ -74,4 +74,4 @@
 }
 
 // This MUST be the last line !
-Tobago.registerScript("/html/standard/standard/script/popup.js");
+if (Tobago != undefined) Tobago.registerScript("/html/standard/standard/script/popup.js");