mirror of
https://github.com/LyLme/lylme_spage.git
synced 2024-11-17 14:34:08 +08:00
fix bug
This commit is contained in:
parent
6bbc820e11
commit
bcfcbfb15e
@ -6,6 +6,7 @@ WIDGET={"CONFIG":{"modules":"12043","background":"5","tmpColor":"FFFFFF","tmpSiz
|
|||||||
window.onload= function () {
|
window.onload= function () {
|
||||||
var text=document.getElementById('search-text');
|
var text=document.getElementById('search-text');
|
||||||
text.focus();
|
text.focus();
|
||||||
|
$(".lylme").html($('input[name="type"]:checked').parent().find('svg').html());
|
||||||
|
|
||||||
}
|
}
|
||||||
function lylme(){
|
function lylme(){
|
||||||
|
Loading…
Reference in New Issue
Block a user