jQuery contextMenu v2.0.1 Release Notes

Release Date: 2015-12-03 // over 8 years ago
    • ✂ Remove executable bit from jquery.contextMenu.js (thanks @jacknagel)
    • 🛠 Fixed a problem there was when using a function for icons (thanks @RareDevil)
    • 🛠 Fixed a problem where submenus resized wrong (thanks @RareDevil)
    • 🛠 Fixed a problem where the contextmenu would open another menu (thanks @RareDevil) - (Issue #252 and Issue #293)
    • 🛠 Fixed regression of node name's not being appended to the label of input elements. (thanks @RareDevil)
    • ➕ Add check that root.$layer exists, to prevent calling hide() on an defined object. (thanks @andreasrosdal)