mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-11 20:21:16 +00:00
take out obsolete php code in comment of javascript
This commit is contained in:
parent
942de6cfee
commit
40c57f3dee
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user