From ce5d960a723f58a8f545368838489a88acd7ab24 Mon Sep 17 00:00:00 2001 From: Paul Pound Date: Thu, 19 Jun 2014 12:01:54 -0300 Subject: [PATCH] adjusted position of popup --- js/roblib_search.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/js/roblib_search.js b/js/roblib_search.js index c644bf9..32628f0 100644 --- a/js/roblib_search.js +++ b/js/roblib_search.js @@ -12,10 +12,8 @@ function qtipify(divs, content, title){ style: "qtip-light", position: { my: 'left center', - at: 'right center', + at: 'center', }, - show: 'mouseover', - hide: 'mouseout' }); } } \ No newline at end of file