Browse Source

put proper semicolon

pull/1/head
10sr 12 years ago
parent
commit
a1e1c43033
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      _keysnail.js

+ 2
- 2
_keysnail.js View File

@@ -202,8 +202,8 @@ ext.add("bookmark-delicious", function(){
a = function(){
if(! window.open(f + 'noui=1&jump=doclose', 'deliciousuiv6', 'location=1,links=0,scrollbars=0,toolbar=0,width=710,height=660')){
location.href = f + 'jump=yes';
};
}
}
};
if(/Firefox/.test(navigator.userAgent)){
setTimeout(a,0);
}else{


Loading…
Cancel
Save