Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJo Michael <me@mynetx.net>2012-04-21 04:44:18 +0400
committerJo Michael <me@mynetx.net>2012-04-21 04:44:18 +0400
commit13644d8591812eca0148327a5709f0f12d77993b (patch)
tree8ab099ba471a16ab60f1a391c82f7463984ceacc /sql.php
parent62b2d09da18ef40cdd6008dba5f9f60027831070 (diff)
Short-hand notation for jQuery document.ready event
Diffstat (limited to 'sql.php')
-rw-r--r--sql.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql.php b/sql.php
index 4206c87f98..801c657237 100644
--- a/sql.php
+++ b/sql.php
@@ -951,7 +951,7 @@ if ((0 == $num_rows && 0 == $unlim_num_rows) || $is_affected) {
<script type="text/javascript">
pma_token = '<?php echo $_SESSION[' PMA_token ']; ?>';
url_query = '<?php echo isset($url_query)?$url_query:PMA_generate_common_url($db);?>';
-$(document).ready(makeProfilingChart);
+$(makeProfilingChart);
</script>
<?php
echo '<fieldset><legend>' . __('Profiling') . '</legend>' . "\n";