mirror of
https://github.com/nextcloud/server.git
synced 2026-03-11 02:41:25 -04:00
Fix last commit's variable
This commit is contained in:
parent
48a3966ea9
commit
d9ff3b6860
1 changed files with 1 additions and 2 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue