*** empty log message ***
[m17n/m17n-lib-js.git] / index2.html
index 94c85b7..54500a4 100644 (file)
     };
     function toggle_debug (event)
     {
-      Xex.LogToggle ();
       event.preventDefault ();
+      Xex.LogToggle ();
       return false;
     }
   </script>
 </head>
 
-<body onload="MIM.init ()">
+<body onload="MIM.init ();">
 <h4>m17n-lib input method in Javascript (tested only on Chrome)</h4>
 The default input method is latn-post.
 Click an input area by Control-Mouse-1 to select any other input method.<br>
@@ -86,7 +86,7 @@ Click an input area by Control-Mouse-1 to select any other input method.<br>
 <!--
 <br>
 Please add this link
-<a href="javascript:(function(){var%20s=document.createElement(%22script%22);s.src=%22http://www.m17n.org/common/mim-js/xex.js%22;document.body.appendChild(s);s=document.createElement(%22script%22);s.src=%22http://www.m17n.org/common/mim-js/mim.js%22;document.body.appendChild(s);setTimeout(function(){MIM.init();},2000);})();">MIM-JS</a>
+<a href="javascript:(function(){var%20s=document.createElement(%22script%22);s.src=%22http://www.m17n.org/common/mim-js/xex2.js%22;document.body.appendChild(s);s=document.createElement(%22script%22);s.src=%22http://www.m17n.org/common/mim-js/mim2.js%22;document.body.appendChild(s);setTimeout(function(){MIM.init();},2000);})();">MIM-JS</a>
 to the bookmark.  Then, you can activate the MIM input method on any page
 when you access the bookmarked link.<br>
 -->