Skip to content

Commit

Permalink
fix resourceManager-bundle.rtl
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahmoud Nouraei committed Nov 14, 2020
1 parent 67607e6 commit e3c9f1d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions DNN Platform/Modules/ResourceManager/View.ascx.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,17 @@ public partial class View : PortalModuleBase
/// </summary>
public View()
{
//START Persian-DnnSoftware
// START Persian-DnnSoftware
if (System.Globalization.CultureInfo.CurrentUICulture.TextInfo.IsRightToLeft)
{
this.bundleJsPath = Dnn.Modules.ResourceManager.Components.Constants.ModulePath + "Scripts/resourceManager-bundle.rtl.js";
this.bundleJsPath = Constants.ModulePath + "Scripts/resourceManager-bundle.rtl.js";
}
else
{
this.bundleJsPath = Constants.ModulePath + "Scripts/resourceManager-bundle.js";
}
//END Persian-DnnSoftware

// END Persian-DnnSoftware
}

/// <summary>
Expand Down

0 comments on commit e3c9f1d

Please sign in to comment.