mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-14 13:42:04 +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 = document.getElementById("selector");
|
||||||
sel.selectedIndex=0; //<?php print $selected ?>;
|
sel.selectedIndex=0;
|
||||||
showKeywords(sel);
|
showKeywords(sel);
|
||||||
|
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user