[Checkins] SVN: z3c.widget/sandbox/src/z3c/widget/flashupload/resources/upload.js flash player detection implemented

Manfred Schwendinger manfred.schwendiger at lovelysystems.com
Thu Oct 5 16:18:31 EDT 2006


Log message for revision 70547:
  flash player detection implemented

Changed:
  U   z3c.widget/sandbox/src/z3c/widget/flashupload/resources/upload.js

-=-
Modified: z3c.widget/sandbox/src/z3c/widget/flashupload/resources/upload.js
===================================================================
--- z3c.widget/sandbox/src/z3c/widget/flashupload/resources/upload.js	2006-10-05 20:17:03 UTC (rev 70546)
+++ z3c.widget/sandbox/src/z3c/widget/flashupload/resources/upload.js	2006-10-05 20:18:31 UTC (rev 70547)
@@ -62,7 +62,6 @@
     var success = so.write("flashuploadtarget");
     if (!success){
         // flash plugin missing or too old
-        
         var error_msg = "<div class=\"error\">Flash Player detection failed. ";
         error_msg += "Please install the Flash Player Plugin. You can install the plugin ";
         error_msg += "<a href=\"http://www.adobe.com/go/getflashplayer\">here</a> for free.</div>";



More information about the Checkins mailing list