diff --git a/www/static/common/js/webui-popover.js b/www/static/common/js/webui-popover.js index f35bf2981..ce7fa9bcb 100644 --- a/www/static/common/js/webui-popover.js +++ b/www/static/common/js/webui-popover.js @@ -111,9 +111,9 @@ }, displayContent:function(){ var - //element postion + //element position elementPos = this.getElementPosition(), - //target postion + //target position $target = this.getTarget().removeClass().addClass(pluginClass), //target content $targetContent = this.getContentElement(),