Skip to content
This repository has been archived by the owner on Aug 4, 2019. It is now read-only.

Commit

Permalink
disabled link preview to improve selecting file #10
Browse files Browse the repository at this point in the history
  • Loading branch information
w8tcha committed Mar 24, 2019
1 parent be6836a commit acf7911
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DNN 9/Browser/Browser.aspx.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2442,7 +2442,7 @@ private void ShowFileHelpUrl(string fileName, IFileInfo fileInfo)
try
{
this.SetDefaultLinkTypeText();

/*
// Enable Buttons
this.CheckFolderAccess(fileInfo.FolderId, true);
Expand Down Expand Up @@ -2550,6 +2550,7 @@ private void ShowFileHelpUrl(string fileName, IFileInfo fileInfo)
.Text.Replace(@"http://www.MyWebsite.com/LinkClick.aspx?fileticket=xyz", absoluteUrl);
////////
*/
}
catch (Exception)
{
Expand Down

0 comments on commit acf7911

Please sign in to comment.