From: Sam Tuke Date: Thu, 26 Apr 2012 12:41:22 +0000 (+0100) Subject: changed function name to avoid clash with sharing dropdown X-Git-Tag: v4.0.0beta~180 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=02c1127de302be4308e1ba5c37ae04242381a5df;p=nextcloud-server.git changed function name to avoid clash with sharing dropdown --- diff --git a/apps/files_versions/js/versions.js b/apps/files_versions/js/versions.js index 74a7c85070c..a74096e9258 100644 --- a/apps/files_versions/js/versions.js +++ b/apps/files_versions/js/versions.js @@ -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 = '