今日は。
mybookmarks てくれてありがとう
sorry that’s all my Japanese.
a small suggestion for MyBookmarks
you can add
item.onclick=function(){
if( ‘_blank’ == item.firstChild.getAttribute(“target”) ) {
window.open(item.firstChild.getAttribute(“href”), ‘_blank’);
} else {
window.location=item.firstChild.getAttribute(“href”);
}
return false;
}
On line 336 of file mybourkmarcks.js.
you can open the link with a click on the LI-item, not only on href.
ありがと。
PS: Bonjour de Paris
世界人 on 2011年3月31日 23:19
今日は。
mybookmarks てくれてありがとう
sorry that’s all my Japanese.
a small suggestion for MyBookmarks
you can add
item.onclick=function(){
if( ‘_blank’ == item.firstChild.getAttribute(“target”) ) {
window.open(item.firstChild.getAttribute(“href”), ‘_blank’);
} else {
window.location=item.firstChild.getAttribute(“href”);
}
return false;
}
On line 336 of file mybourkmarcks.js.
you can open the link with a click on the LI-item, not only on href.
ありがと。
PS: Bonjour de Paris
まにてん on 2011年4月01日 20:02
Thanks for your advice.