Fixed Exceptioneer, Launcher should run as priority normal

This commit is contained in:
kay.one 2011-07-03 22:03:05 -07:00
commit badcfecb93
5 changed files with 19 additions and 18 deletions

View file

@ -1,4 +1,4 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!DOCTYPE html>
@using Helpers;
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
@ -61,7 +61,7 @@
<span id="msgText">background notification</span>
</div>
@(Html.Telerik().ScriptRegistrar().jQuery(false))
<script type="text/javascript" src="/Scripts/Notification.js"></script>
<script type="text/javascript" src="/Scripts/Notification.js" async="async"></script>
@RenderSection("Scripts", required: false)
</body>
</html>