ff3dde7c by Jeff Balicki

ss

1 parent 0542149d
...@@ -666,7 +666,7 @@ function returnOptions(form, preview) { ...@@ -666,7 +666,7 @@ function returnOptions(form, preview) {
666 666
667 } 667 }
668 jsonReturn += ' ]}'; 668 jsonReturn += ' ]}';
669 //console.log(jsonReturn ); 669 console.log(jsonReturn );
670 670
671 if (preview == false) { 671 if (preview == false) {
672 url = 'update'; 672 url = 'update';
......