Update derekovecs.js, modified cosmas II query proximity operator to /w1:5,s0 as appropriately reflecting context definition
diff --git a/js/derekovecs.js b/js/derekovecs.js
index 711617e..f30cd27 100644
--- a/js/derekovecs.js
+++ b/js/derekovecs.js
@@ -124,7 +124,7 @@
     },
     "initComplete":function(settings, json){
       $("td.collocator").click(function(){
-        queryKorAPCII(this.textContent + " /w5 " + CIIsearchWords);
+        queryKorAPCII(this.textContent + " /w1:5,s0 " + CIIsearchWords);
       });
       classicCollocatorTable.columns(".detail").visible(false);
       $("#ccd").css('width', '680px');