Ticket #3725: 3725_2.patch
File 3725_2.patch, 554 bytes (added by , 14 years ago) |
---|
-
_source/plugins/floatpanel/plugin.js
19 19 var key = 20 20 doc.getUniqueId() + 21 21 '-' + parentElement.getUniqueId() + 22 editor.getUiColor && editor.getUiColor() ? '-' + editor.getUiColor().substr( 1 ) : '' + 22 23 '-' + editor.skinName + 23 24 '-' + editor.lang.dir + 24 25 ( ( definition.css && ( '-' + definition.css ) ) || '' ) +