Rewrote resource URLs to use the page protocol.
This commit is contained in:
		| @@ -2,14 +2,14 @@ | ||||
| <html> | ||||
|     <head> | ||||
|         <title>TimeStamper - Simple Time Tracking</title> | ||||
|         <link href='http://fonts.googleapis.com/css?family=Anonymous+Pro|Arvo|Bentham|Cantarell|Josefin+Sans' rel='stylesheet' type='text/css'> | ||||
|         <link href='//fonts.googleapis.com/css?family=Anonymous+Pro|Arvo|Bentham|Cantarell|Josefin+Sans' rel='stylesheet' type='text/css'> | ||||
|         <link rel="stylesheet" media="screen" href="/css/ts-screen.css" type="text/css"/> | ||||
|         <!-- Needed for IE, but I'm not sure if I'm going to support IE with this tool. --> | ||||
|         <!--<script type="text/javascript" src="/js/json2.js"></script>--> | ||||
|         <!-- PROD --> | ||||
|         <!-- | ||||
|         <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script> | ||||
|         <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.10/jquery-ui.min.js"></script> | ||||
|         <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script> | ||||
|         <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jqueryui/1.8.10/jquery-ui.min.js"></script> | ||||
|         --> | ||||
|         <!-- DEV  --> | ||||
|         <script type="text/javascript" src="/js/jquery-1.5.js"></script> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user