]> git.saurik.com Git - cydget.git/blobdiff - Welcome.html
Various performance improvements thanks to the new Cycript.
[cydget.git] / Welcome.html
index b5e7a243956b264a923d183a9a86aa5bbb666a61..4ba17343da29805346e6a390f0344d452595effb 100644 (file)
@@ -99,9 +99,7 @@
     </div>
 
     <!-- XXX: extract this out to some kind of nifty Lock Cydget library -->
-    <!-- XXX: this is incredibly indirect. I mean: wth, right? well, Cycript is the slowest thing on this page -->
-    <!-- (in case anyone reading this: I believe it is entirely due to sqlite3, and I will be fixing this soon) -->
-    <script type="text/cycript">document.addEventListener("DOMContentLoaded", function() { window.setTimeout(function() {
+    <script type="text/cycript">
         var locale = CFLocaleCopyCurrent();
         var now = CFDateCreate(NULL, CFAbsoluteTimeGetCurrent());
         var formatter = CFDateFormatterCreate(NULL, locale, kCFDateFormatterNoStyle, kCFDateFormatterNoStyle);
 
         CFRelease(formatter);
         CFRelease(now);
-    }, 0)}, false);</script>
+    </script>
 </body></html>