Closed 8V017UW2RQ70 closed 8 years ago
Thanks for the effort.
Process demo is not yet completed, because it depends on the syntax highlighting library which I am currently working on. Therefore I will not merge your request for now.
According to my thoughts for the future:
No worries. loading.gif not found was an error in the console when testing the demo, looks like /process/application.js line 36 is calling for loading.gif.
input_data div was not editable, added contenteditable=true.
Orig: <div class="code intence" id=code contenteditable=true scrollImg=scroll.png></div> Prop: <div class="code intence" id="code" contenteditable="true" scrollImg="scroll.png"></div>