()
| 334 | return true; |
| 335 | }, |
| 336 | clearComment = function dom_load_clearComment():void { |
| 337 | const comment = id("commentString"); |
| 338 | localStorage.setItem("commentString", "[]"); |
| 339 | data.commentString = []; |
| 340 | if (comment !== null) { |
| 341 | comment.innerHTML = "/*prettydiff.com \u002a/"; |
| 342 | } |
| 343 | }, |
| 344 | feeds = function dom_load_feeds(el:HTMLInputElement):void { |
| 345 | const feedradio = function dom_load_feedradio(event:Event):boolean { |
| 346 | let parent:HTMLElement, |