Add sort_default
authorMike Taylor <mike@indexdata.com>
Thu, 13 Feb 2014 14:58:23 +0000 (14:58 +0000)
committerMike Taylor <mike@indexdata.com>
Thu, 13 Feb 2014 14:58:23 +0000 (14:58 +0000)
examples/htdocs/auto-paratext.html

index 0b69cf0..5dadaea 100644 (file)
@@ -9,7 +9,8 @@
     <script type="text/javascript">
       mkws_config = {
         service_proxy_auth: "http://mkws.indexdata.com/service-proxy/?command=auth&action=login&username=paratext&password=paratext_mkc",
-       perpage_default: 5
+       perpage_default: 5,
+       sort_default: "position"
      };
     </script>
     <script type="text/javascript" src="//code.jquery.com/jquery-1.10.0.min.js"></script>