diff --git a/www/include/js/jquery.Selection.js b/www/include/js/jquery.Selection.js index 626a5aba09..e2d7dbaaca 100644 --- a/www/include/js/jquery.Selection.js +++ b/www/include/js/jquery.Selection.js @@ -263,6 +263,12 @@ } }); + + if(typeof $this.options.selectStop === 'function') + { + $this.options.selectStop(jQuery.Event('selectStop'), $this); + } + return this; } };