changed function name to avoid clash with sharing dropdown

This commit is contained in:
Sam Tuke 2012-04-26 13:41:22 +01:00
parent 4bb1a2c2d6
commit 02c1127de3
1 changed files with 2 additions and 2 deletions

View File

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