webif/var/mongoose/html/dedup/script.js
hummypkg 52728ba471 update dedup, require new rsvsync
git-svn-id: file:///root/webif/svn/humax/pkg/src/webif/trunk@909 2a923420-c742-0410-a762-8d5b09965624
2012-04-11 20:54:59 +00:00

15 lines
252 B
JavaScript
Executable File

$(function() {
$('#browse').button().click(function() {
window.location = '/cgi-bin/browse.jim?dir=' +
encodeURIComponent($('#dir').text());
});
$('#dedup').button().click(function() {
window.location = window.location + '&doit=1';
});
});