Greg Tangey

Results 13 comments of Greg Tangey

the translations would have to be littered with markup for it to work effectively :/

This is also a duplicate/extension of your last issue, #205

As per https://github.com/rails/rails/issues/16784#issuecomment-234437275 ``` erb ``` ``` javascript $.rails.confirm = function(message) { return confirm(message.replace(/(\\n|\\r|\\r\\n)/gm,"\n")) } ```