Skip to content
Snippets Groups Projects
Commit 313f9fe2 authored by TonyFord's avatar TonyFord
Browse files

remove tabulator

parent 5861baa4
No related branches found
No related tags found
No related merge requests found
......@@ -128,7 +128,7 @@ function createYml(){
$.each( $('.order-form'),
function(i,v){
if( v.id == 'price-reference' ){
yml+=v.id + ':\n\t- [ ' + $(v).val().replace(/(?:\r\n|\r|\n)/g, '<br>') + ' ]\n';
yml+=v.id + ':\n- [ ' + $(v).val().replace(/(?:\r\n|\r|\n)/g, '<br>') + ' ]\n';
} else {
yml+=v.id + ': ' + $(v).val().replace(/(?:\r\n|\r|\n)/g, '<br>') + '\n';
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment