fix call of all versions page

This commit is contained in:
Georg Ehrke 2012-05-18 11:59:56 +02:00
parent b7aee58ef9
commit 73a72054a3
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ $(document).ready(function(){
function createVersionsDropdown(filename, files) {
var historyUrl = OC.linkTo('files_versions', 'history.php?path='+encodeURIComponent( $( '#dir' ).val() ).replace( /%2F/g, '/' )+'/'+encodeURIComponent( filename ) )
var historyUrl = OC.linkTo('files_versions', 'history.php') + '?path='+encodeURIComponent( $( '#dir' ).val() ).replace( /%2F/g, '/' )+'/'+encodeURIComponent( filename );
var html = '<div id="dropdown" class="drop" data-file="'+files+'">';
html += '<div id="private">';