JezK
Edit File: functions.min.js
window.BWU=window.BWU||{},window.BWU.Functions=window.BWU.Functions||{},function(e,o){"use strict";e.Functions={removeMessages:function(){o(document.body).find("#bwu_response").remove()},printMessageError:function(e,s){var n=o(s);e&&(this.removeMessages(),n.append('<p id="bwu_response" class="response response-error">'+e+"</p>"))},printMessageSuccess:function(e,s){var n=o(s);e&&(this.removeMessages(),n.append('<p id="bwu_response" class="response response-success">'+e+"</p>"))},makeConstant:function(e){return{value:e,writable:!1,configurable:!1,enumerable:!1}}},Object.freeze(e.Functions)}(window.BWU,window.jQuery);