don't try to register file actions when we're not in the files app

This commit is contained in:
Robin Appelman 2012-05-02 23:26:41 +02:00
parent 47081a2471
commit 4ba527625f
1 changed files with 21 additions and 21 deletions

View File

@ -9,7 +9,7 @@ $(document).ready(function() {
});
$(document).ready(function(){
if (typeof FileActions !== 'undefined') {
// Add history button to files/index.php
FileActions.register('file','History',function(){return OC.imagePath('core','actions/history')},function(filename){
@ -32,7 +32,7 @@ $(document).ready(function(){
});
});
}
});
function createVersionsDropdown(filename, files) {