diff options
Diffstat (limited to 'python/gras/query')
-rw-r--r-- | python/gras/query/chart_factory.js | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/python/gras/query/chart_factory.js b/python/gras/query/chart_factory.js index 0a7efbc..e4382d3 100644 --- a/python/gras/query/chart_factory.js +++ b/python/gras/query/chart_factory.js @@ -198,9 +198,10 @@ function gras_chart_factory_make(registry, args) //set the cursor on the title bar so its obvious tr_title.hover( - function(){$(this).css('cursor','move');}, - function(){$(this).css('cursor','auto');} + function(){$(this).css('cursor','move'); close_div.show();}, + function(){$(this).css('cursor','auto'); close_div.hide();} ); + close_div.hide(); } /*********************************************************************** |