javascript:jquery:terminal_emulator_plugin

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
次のリビジョン両方とも次のリビジョン
javascript:jquery:terminal_emulator_plugin [2019/08/17 18:30] ともやんjavascript:jquery:terminal_emulator_plugin [2019/08/20 15:12] ともやん
行 1: 行 1:
-<ifauth !@loggedinusers><html> 
-<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> 
-<script> 
-     (adsbygoogle = window.adsbygoogle || []).push({ 
-          google_ad_client: "ca-pub-0791334967460971", 
-          enable_page_level_ads: true 
-     }); 
-</script></html></ifauth> 
 <html> <html>
-  <script src="https://www.tomoyan.net/_media/javascript/jquery/jquery.terminal-2.7.1.min.js"></script> +  <script src="/_media/javascript/jquery/jquery.terminal-2.7.1.min.js"></script> 
-  <link href="https://www.tomoyan.net/_media/javascript/jquery/jquery.terminal-2.7.1.css" rel="stylesheet"/>+  <link href="/_media/javascript/jquery/jquery.terminal-2.7.1.css" rel="stylesheet"/>
   <script>   <script>
     jQuery(function($, undefined) {     jQuery(function($, undefined) {
行 32: 行 24:
           }).appendTo('head');           }).appendTo('head');
           languagePluginLoader.then(() => {           languagePluginLoader.then(() => {
 +            term.echo('languagePluginLoader.then()');
             function pushCode(line) {             function pushCode(line) {
               handleResult(c.push(line))               handleResult(c.push(line))
行 110: 行 103:
         }         }
       }, {       }, {
-        greetings: 'JavaScript Interpreter Version ' + $.terminal.version,+        greetings: 'JavaScript Interpreter Version ' + $.terminal.version + '\r\n'
 +        navigator.userAgent,
         name: 'js_demo',         name: 'js_demo',
         height: 200,         height: 200,
行 153: 行 147:
 </code> </code>
 </WRAP> </WRAP>
- 
  • javascript/jquery/terminal_emulator_plugin.txt
  • 最終更新: 2019/09/05 01:09
  • by ともやん