mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-06 01:42:29 +02:00
hide tiptip when changing method
git-svn-id: http://piwigo.org/svn/trunk@23322 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -372,6 +372,7 @@ function getMethodList() {
|
||||
// select method
|
||||
function selectMethod(methodName) {
|
||||
$("#introMessage").hide();
|
||||
$("#tiptip_holder").fadeOut(200);
|
||||
|
||||
if (cachedMethods[ methodName ]) {
|
||||
fillNewMethod(methodName);
|
||||
|
||||
Reference in New Issue
Block a user