diff --git a/src/opnsense/www/js/opnsense_ui.js b/src/opnsense/www/js/opnsense_ui.js index 1bae147ae..090fe9f84 100644 --- a/src/opnsense/www/js/opnsense_ui.js +++ b/src/opnsense/www/js/opnsense_ui.js @@ -806,4 +806,4 @@ $.fn.replaceInputWithSelector = function (data) { return this.each(function () { return $.proxy(that.construct, $(this))(); }); -} \ No newline at end of file +}