Skip to content

Commit 6974d79

Browse files
authored
Merge pull request #65 from valadas/issue/50
Removed png fix meant for old IE
2 parents 6a323d5 + 7e62250 commit 6974d79

3 files changed

Lines changed: 2 additions & 37 deletions

File tree

DotNetNuke.Modules.Repository.csproj

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,6 @@
301301
<Content Include="images\ratings\default\default8.gif" />
302302
<Content Include="images\ratings\default\default9.gif" />
303303
<Content Include="js\nifty.js" />
304-
<Content Include="js\pngfix.js" />
305304
<Content Include="js\showhide.js" />
306305
<Content Include="License.html" />
307306
<Content Include="MakeThumbnail.aspx" />
@@ -815,10 +814,6 @@
815814
<None Include="README.md" />
816815
<None Include="Uninstall.SqlDataProvider" />
817816
</ItemGroup>
818-
<ItemGroup>
819-
<Folder Include="My Project\" />
820-
<Folder Include="Packages\" />
821-
</ItemGroup>
822817
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
823818
<Import Project="packages\MSBuildTasks.1.5.0.235\build\MSBuildTasks.targets" Condition="Exists('packages\MSBuildTasks.1.5.0.235\build\MSBuildTasks.targets')" />
824819
<Import Project="BuildScripts\ModulePackage.Targets" />

Repository.ascx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<%@ Control Language="vb" Inherits="DotNetNuke.Modules.Repository.Repository" Codebehind="Repository.ascx.vb" AutoEventWireup="False" Explicit="True" %>
2-
<script type="text/javascript" src='<%= Page.ResolveUrl("DesktopModules/Repository/js/pngfix.js") %>'></script>
1+
<%@ Control Language="vb" Inherits="DotNetNuke.Modules.Repository.Repository" Codebehind="Repository.ascx.cs" AutoEventWireup="False" Explicit="True" %>
32

43
<div id="repository_content" class="repository_content">
54

@@ -31,7 +30,7 @@
3130
<asp:TemplateColumn>
3231
<ItemTemplate>
3332
<asp:Label ID="TheFileName" runat="server" Visible="False">
34-
<%# DataBinder.Eval(Container.DataItem,"FileName")%>
33+
<%# DataBinder.Eval(Container.DataItem, "FileName")%>
3534
</asp:Label>
3635
<asp:PlaceHolder ID="PlaceHolder" runat="server" Visible="False" />
3736
</ItemTemplate>

js/pngfix.js

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)