<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -73,7 +73,7 @@ function doQuickAdvancedSearch(e) {
 	    searchStr += &quot;&amp;filterCreatedUsername=&quot;;
 	    break;
 	default:
-	    alert(&quot;doSearch error, searchType not expected (searchType=&quot;+ searchType +&quot;)&quot;);
+	    fatalError(&quot;doSearch error, searchType not expected (searchType=&quot;+ searchType +&quot;)&quot;);
     }
     
     searchStr += getValueById(SEARCH_BOX_ID);
@@ -176,3 +176,6 @@ function getTicketDescription() {
 	}
 }
 
+function fatalError(messageInfo) {
+	alert(&quot;An error has occured in the Greasemonkey script running on this page. If this is causing a problem, disable the script by clicking on the brown monkey in the lower right-hand corner of the browser. More information is below.\n\n&quot;+ messageInfo);
+}</diff>
      <filename>jason_simp.user.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>0393117e07ac418ac5203ecaef45a4cb53991317</id>
    </parent>
  </parents>
  <author>
    <name>Jason Axelson (USB)</name>
    <email>jason.axelson@gmail.com</email>
  </author>
  <url>http://github.com/axelson/ITS/commit/558e4eef37483550e88c4ad3e8b8a8f017f1e8fb</url>
  <id>558e4eef37483550e88c4ad3e8b8a8f017f1e8fb</id>
  <committed-date>2009-06-08T13:44:45-07:00</committed-date>
  <authored-date>2009-06-08T13:44:45-07:00</authored-date>
  <message>Added fatal function detailing disabling script</message>
  <tree>15bc96cfaaf56f72f58cddc491cec66c556d0ab4</tree>
  <committer>
    <name>Jason Axelson (USB)</name>
    <email>jason.axelson@gmail.com</email>
  </committer>
</commit>
