()
| 456 | }); |
| 457 | } |
| 458 | function save_files() { |
| 459 | var lhs = ed.mergely('get', 'lhs'); |
| 460 | var rhs = ed.mergely('get', 'rhs'); |
| 461 | post_save('lhs', lhs); |
| 462 | post_save('rhs', rhs); |
| 463 | } |
| 464 | |
| 465 | $( '#dialog-confirm' ).dialog({ |
| 466 | resizable: false, width: 350, modal: true, |
no test coverage detected