Fix last commit's variable

This commit is contained in:
Michael Gapczynski 2012-12-26 14:18:51 -05:00
parent 48a3966ea9
commit d9ff3b6860

View file

@ -44,8 +44,7 @@ $(document).ready(function() {
});
$('#externalStorage tbody tr.OC_Filestorage_Dropbox td').live('keyup', function() {
showButton($(this).parent().parent());
showButton($(this).parent());
});
function showButton(tr) {