add legacy script

This commit is contained in:
Luke Pulverenti 2016-03-21 23:15:54 -04:00
parent 3443ccc310
commit 5a71a65637
2 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,5 @@
// TODO: This needs to be deprecated, but it's used heavily by plugins
$.fn.selectmenu = function () {
// No-op. This implementation only exists to prevent script errors
return this;
};