git.schokokeks.org
Repositories
Help
Report an Issue
tor-webwml.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
79f570efd
Branches
Tags
bridges
docs-debian
jobs
master
press-clips
tor-webwml.git
rule-41
js
main.js
iAttempt at adding the rule-41 page
Sebastian Hahn
commited
79f570efd
at 2016-06-19 14:24:21
main.js
Blame
History
Raw
$(document).ready( function () { $('#action_not_us').on('click', function(ev) { window.open('./petition.html', "_blank", "width=500,height=650,scrollbars=no"); return false; }); $('#action_us').on('click', function(ev) { window.open('./email.html', "_blank", "width=500,height=625,scrollbars=no"); return false; }); });