Fixed benchmark viewing
authorAlexander Ebert <ebert@woltlab.com>
Thu, 14 Feb 2013 14:43:38 +0000 (15:43 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 14 Feb 2013 14:43:38 +0000 (15:43 +0100)
com.woltlab.wcf/template/benchmark.tpl
wcfsetup/install/files/acp/templates/benchmark.tpl

index cf8cb74315324be587abb96bfcc73a1e51fe69b0..a118ec3169c86930f693c20c5fd6ddaed813c95a 100644 (file)
@@ -30,7 +30,6 @@
                                $('#benchmarkDetails').wcfDialog({
                                        title: 'Log'
                                });
-                               return false;
                        });
                });
                //]]>
index ff18047ae1439cb169fa96ff84167dfd7d444d28..a118ec3169c86930f693c20c5fd6ddaed813c95a 100644 (file)
                //<![CDATA[
                $(function() {
                        $('#benchmark').click(function() {
-                               WCF.showDialog('benchmarkDetails', {
+                               $('#benchmarkDetails').wcfDialog({
                                        title: 'Log'
                                });
-                               return false;
                        });
                });
                //]]>