take out obsolete php code in comment of javascript

This commit is contained in:
Uwe Steinmann 2016-03-23 08:57:54 +01:00
parent 942de6cfee
commit 40c57f3dee

View File

@ -48,7 +48,7 @@ function showKeywords(selectObj) {
}
sel = document.getElementById("selector");
sel.selectedIndex=0; //<?php print $selected ?>;
sel.selectedIndex=0;
showKeywords(sel);
$(document).ready(function() {