Merge pull request #425 from xwiki-labs/fixTippyInWhiteboard
Fix tippy in whiteboard
This commit is contained in:
commit
0de0d46dd3
@ -257,7 +257,7 @@ define([
|
|||||||
metadataMgr.onChange(function () {
|
metadataMgr.onChange(function () {
|
||||||
var md = metadataMgr.getMetadata();
|
var md = metadataMgr.getMetadata();
|
||||||
if (md.palette) {
|
if (md.palette) {
|
||||||
updateLocalPalette(md.palette);
|
updatePalette(md.palette);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user