* 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">
|
||||
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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue