From 44eac8a5a9a75f32b09ed07c03d04a2cec0a2c64 Mon Sep 17 00:00:00 2001 From: Tyron Madlener Date: Mon, 8 Aug 2011 16:38:41 +0300 Subject: [PATCH] change overwritten by previous merge --- js/functions.js | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/js/functions.js b/js/functions.js index b27ad2d5be..57b24249b9 100644 --- a/js/functions.js +++ b/js/functions.js @@ -29,13 +29,6 @@ var codemirror_editor = false; */ var chart_activeTimeouts = new Object(); -/*if(window.parent) { - $(document).ready(function() { - if(window.parent.currentWidth() == 0) - $('div#frameExpand').show(); - }); -}*/ - /** * Add a hidden field to the form to indicate that this will be an * Ajax request (only if this hidden field does not exist) @@ -3085,6 +3078,10 @@ $(document).ready(function() { */ function PMA_createqTip($elements, content, options) { + if ($('#no_hint').length > 0) { + return; + } + var o = { content: content, style: {