webif/var/mongoose/html/dlna/script.js
hummypkg 3d0152e475 add dlna stuff
git-svn-id: file:///root/webif/svn/humax/pkg/src/webif/trunk@894 2a923420-c742-0410-a762-8d5b09965624
2012-04-08 23:26:38 +00:00

12 lines
160 B
JavaScript

$(function() {
$('button').button();
$('#dlnareset').click(function(e) {
e.preventDefault();
$('#results').empty().slideDown().load('reset.jim');
});
});