You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 14, 2021. It is now read-only.
In all files I downloaded the *.js files do not contain the version number.
// ...$.widget("moogle.contextmenu",{version: "@VERSION",options: {addClass: "ui-contextmenu",// Add this class to the outer <ul>autoFocus: false,// Set keyboard focus to first entry on open// ...
In your implementation you rely on a correct version numbers in $.ui.menu.version. If someone builds jquery-ui on his own this property is also filled with @VERSION.