notification tweaks for chrome

This commit is contained in:
kay.one 2011-07-10 23:51:13 -07:00
commit 276e01166a
2 changed files with 10 additions and 5 deletions

View file

@ -61,7 +61,7 @@
<span id="msgText">background notification</span>
</div>
@(Html.Telerik().ScriptRegistrar().jQuery(false))
<script type="text/javascript" src="/Scripts/Notification.js" async="async"></script>
@RenderSection("Scripts", required: false)
<script type="text/javascript" src="/Scripts/Notification.js"></script>
</body>
</html>