scratch – Diff between revs 29 and 30

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 29 Rev 30
Line 47... Line 47...
47 <li><a href="index.html">Home</a></li> 47 <li><a href="index.html">Home</a></li>
48 <li><a href="files.html">Files</a></li> 48 <li><a href="files.html">Files</a></li>
49 <li class="active"><a href="#">Text</a></li> 49 <li class="active"><a href="#">Text</a></li>
50 </ul> 50 </ul>
Line 51... Line 51...
51 51
52 <div id="trumbowyg" style="height:334px;"> 52 <div id="trumbowyg" style="height: 334px; display: none; font-family: monospace;">
Line 53... Line 53...
53 </div> 53 </div>
Line 54... Line 54...
54   54  
Line 84... Line 84...
84 }); 84 });
85 $.get('share-text.php').done((data) => { 85 $.get('share-text.php').done((data) => {
86 $('#trumbowyg') 86 $('#trumbowyg')
87 .trumbowyg('html', data); 87 .trumbowyg('html', data);
88 $('#trumbowyg').trumbowyg('enable'); 88 $('#trumbowyg').trumbowyg('enable');
-   89 $('#trumbowyg').show();
89 }).fail(() => { 90 }).fail(() => {
90 $('#trumbowyg').trumbowyg('enable'); 91 $('#trumbowyg').trumbowyg('enable');
-   92 $('#trumbowyg').show();
91 }); 93 });
92 }); 94 });
93 </script> 95 </script>
94 </body> 96 </body>
95 </html> 97 </html>