* Web.csproj:
* rect.png: deploy rect.png * App.master: do not fix bsh on url links clicks
This commit is contained in:
@ -83,10 +83,11 @@
|
||||
<script type="text/javascript">
|
||||
var apiBaseUrl = '<%=Url.Content(Yavsc.WebApiConfig.UrlPrefixRelative)%>';
|
||||
</script> <script>
|
||||
$( ".bshd" ).on("click",function() {
|
||||
$( ".bshd" ).on("click",function(e) {
|
||||
if (e.target == "[object HTMLElement]") {
|
||||
$(this).children(".bshpanel").toggleClass("hidden");
|
||||
$(this).children(".bsh").toggleClass("hidden");
|
||||
});
|
||||
} });
|
||||
</script>
|
||||
</body>
|
||||
</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="Views\Account\MyProfile.aspx" />
|
||||
<Content Include="Views\FrontOffice\Basket.aspx" />
|
||||
<Content Include="Theme\dark\rect.png" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||||
<Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
|
||||
|
Reference in New Issue
Block a user