projects
/
Plinn.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merge des modifications du svn de Plinn r1524:1547.
[Plinn.git]
/
skins
/
ajax_scripts
/
palette.js
diff --git
a/skins/ajax_scripts/palette.js
b/skins/ajax_scripts/palette.js
index
d82925a
..
efa535a
100644
(file)
--- a/
skins/ajax_scripts/palette.js
+++ b/
skins/ajax_scripts/palette.js
@@
-1,7
+1,7
@@
// (c) Benoît PIN 2006
// http://plinn.org
// Licence GPL
// (c) Benoît PIN 2006
// http://plinn.org
// Licence GPL
-// $Id: palette.js 1
315 2008-07-29 15:36:15
Z pin $
+// $Id: palette.js 1
548 2010-01-09 09:28:53
Z pin $
// $URL: http://svn.cri.ensmp.fr/svn/Plinn/branches/CMF-2.1/skins/ajax_scripts/palette.js $
// $URL: http://svn.cri.ensmp.fr/svn/Plinn/branches/CMF-2.1/skins/ajax_scripts/palette.js $
@@
-23,6
+23,7
@@
function InspectorPalette(baseUrl, toggleButton, contentNode, onExpand, onCollap
thisInspector.expand();
disableDefault(evt);
disablePropagation(evt);
thisInspector.expand();
disableDefault(evt);
disablePropagation(evt);
+ toggleButton.parentNode.blur();
};
}
};
}