Skip to content

Commit

Permalink
include missing files/codes from package
Browse files Browse the repository at this point in the history
Author:    mehran <[email protected]>
  • Loading branch information
mehran authored and mehranali committed Dec 2, 2020
1 parent a0ea1a5 commit 7274d57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Web/Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@
<Content Include="sitecore modules\Web\MediaFramework\MVC\Views\EmbedMedia.cshtml" />
<Content Include="sitecore\shell\client\Applications\ExperienceAnalytics\Common\Layouts\Renderings\MediaFramework\ExperienceAnalyticsListControl.cshtml" />
<Content Include="sitecore modules\Web\MediaFramework\Upload\MediaUpload.ashx" />
<Content Include="sitecore modules\Web\MediaFramework\MVC\Views\Web.config" />
<None Include="web.config">
<SubType>Designer</SubType>
</None>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ function getRadWindow() {
return null;
}

var isRadWindow = true;

var radWindow = getRadWindow();

if (radWindow) {
Expand Down

0 comments on commit 7274d57

Please sign in to comment.