* Web.csproj:
* rect.png: deploy rect.png * App.master: do not fix bsh on url links clicks
This commit is contained in:
parent
c77018c616
commit
0f2b8ed8cf
3 changed files with 4 additions and 2 deletions
|
|
@ -83,10 +83,11 @@
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var apiBaseUrl = '<%=Url.Content(Yavsc.WebApiConfig.UrlPrefixRelative)%>';
|
var apiBaseUrl = '<%=Url.Content(Yavsc.WebApiConfig.UrlPrefixRelative)%>';
|
||||||
</script> <script>
|
</script> <script>
|
||||||
$( ".bshd" ).on("click",function() {
|
$( ".bshd" ).on("click",function(e) {
|
||||||
|
if (e.target == "[object HTMLElement]") {
|
||||||
$(this).children(".bshpanel").toggleClass("hidden");
|
$(this).children(".bshpanel").toggleClass("hidden");
|
||||||
$(this).children(".bsh").toggleClass("hidden");
|
$(this).children(".bsh").toggleClass("hidden");
|
||||||
});
|
} });
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
BIN
web/Theme/dark/rect.png
Normal file
BIN
web/Theme/dark/rect.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.6 KiB |
|
|
@ -674,6 +674,7 @@
|
||||||
<Content Include="Scripts\jquery.googlemaps.min.js" />
|
<Content Include="Scripts\jquery.googlemaps.min.js" />
|
||||||
<Content Include="Views\Account\MyProfile.aspx" />
|
<Content Include="Views\Account\MyProfile.aspx" />
|
||||||
<Content Include="Views\FrontOffice\Basket.aspx" />
|
<Content Include="Views\FrontOffice\Basket.aspx" />
|
||||||
|
<Content Include="Theme\dark\rect.png" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||||||
<Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
|
<Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue