whoops, link -> url

This commit is contained in:
James Campos 2010-11-14 01:28:02 -08:00
parent 49f2251008
commit def61413b6
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ AEOS =
document.getElementsByTagName('head')[0].appendChild style
window.GM_openInTab = (url) ->
form = document.getElementById 'GM_form'
form.action = link
form.action = url
form.submit()
form = document.createElement 'form'
form.id = 'GM_form'

View File

@ -54,7 +54,7 @@
window.GM_openInTab = function(url) {
var form;
form = document.getElementById('GM_form');
form.action = link;
form.action = url;
return form.submit();
};
form = document.createElement('form');