blob: 671ad783744556298de27443be341959bf9a69f9 [file] [log] [blame]
/* English US translation for the jQuery Cookie Bar */
/* Custom Js file specific to OFBiz */
(function($) {
if ($.cookieBar !== undefined) {
$.cookieBar('addTranslation', 'en-US', {
message: 'We use cookies to provide our services. By using this website, you agree to this.',
acceptText: 'OK',
infoText: 'More information',
privacyText: 'Privacy protection'
});
}
})(jQuery);