|
|
@ -1,13 +1,3 @@ |
|
|
|
$(document).ready(function() { |
|
|
|
$('#versions').bind('change', function() { |
|
|
|
var checked = 1; |
|
|
|
if (!this.checked) { |
|
|
|
checked = 0; |
|
|
|
} |
|
|
|
$.post(OC.filePath('files_versions','ajax','togglesettings.php'), 'versions='+checked); |
|
|
|
}); |
|
|
|
}); |
|
|
|
|
|
|
|
$(document).ready(function(){ |
|
|
|
if (typeof FileActions !== 'undefined') { |
|
|
|
// Add history button to 'files/index.php'
|
|
|
|