Ticket #3725: 3725_2.patch

File 3725_2.patch, 554 bytes (added by Tobiasz Cudnik, 15 years ago)
  • _source/plugins/floatpanel/plugin.js

     
    1919                var key =
    2020                        doc.getUniqueId() +
    2121                        '-' + parentElement.getUniqueId() +
     22                        editor.getUiColor && editor.getUiColor() ? '-' + editor.getUiColor().substr( 1 ) : '' +
    2223                        '-' + editor.skinName +
    2324                        '-' + editor.lang.dir +
    2425                        ( ( definition.css && ( '-' + definition.css ) ) || '' ) +
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy