From 017fa6087015d0a35bd063eedcc8b816cae564be Mon Sep 17 00:00:00 2001 From: nathangray Date: Wed, 15 Apr 2020 10:06:09 -0600 Subject: [PATCH] Fix missing translation reported by Stefan Unverricht --- api/js/etemplate/et2_widget_description.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/js/etemplate/et2_widget_description.js b/api/js/etemplate/et2_widget_description.js index 8dcb13499c..8d07501d92 100644 --- a/api/js/etemplate/et2_widget_description.js +++ b/api/js/etemplate/et2_widget_description.js @@ -255,7 +255,7 @@ var et2_description = /** @class */ (function (_super) { position: { my: "right top", at: "left top", collision: "flipfit" }, tooltipClass: "et2_email_popup", content: function () { - return jQuery('') .on('click', function () { widget.options.hover_action.call(self, self.widget, content);