Use input fields instead of textareas in a couple of places.
[Sone.git] / src / main / resources / templates / include / loadSone.html
index b90475a..3288c63 100644 (file)
@@ -1,7 +1,7 @@
 <script language="javascript">
        $(document).ready(function() {
-               registerInputTextareaSwap("#sone #load-sone input[name=request-uri]", "WebInterface.DefaultText.LoadSoneRequestURI", "request-uri", false);
-               registerInputTextareaSwap("#sone #load-sone input[name=insert-uri]", "WebInterface.DefaultText.LoadSoneInsertURI", "insert-uri", false);
+               registerInputTextareaSwap("#sone #load-sone input[name=request-uri]", "WebInterface.DefaultText.LoadSoneRequestURI", "request-uri", false, true);
+               registerInputTextareaSwap("#sone #load-sone input[name=insert-uri]", "WebInterface.DefaultText.LoadSoneInsertURI", "insert-uri", false, true);
 
                /* hide all the labels. */
                $("#sone #load-sone label").hide();