You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<%-- This file contains includes that can be included with every file --%><%-- Load in JQuery --%>
<scripttype="text/javascript"src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<%-- Load in JQuery UI javascript and css to set general look and feel, such as for tooltips --%>
<scriptsrc="<%= request.getContextPath() %>/jquery-ui/jquery-ui.js"></script>
<linkrel="stylesheet"href="<%= request.getContextPath() %>/jquery-ui/jquery-ui.css">
<%-- Load in Transitime css and javascript libraries. Do this after jquery files loaded so can override those parameters as necessary. --%>
<linkrel="stylesheet"href="<%= request.getContextPath() %>/css/general.css">
<scriptsrc="<%= request.getContextPath() %>/javascript/transitime.js"></script>
<script>
// This needs to match the API key in the database//var apiKey = "f78a2e9a"var apiKey="<%=System.getProperty("transitclock.apikey")%>"// For accessing the api for an agency commandvar apiUrlPrefixAllAgencies ="/api/v1/key/"+ apiKey;var apiUrlPrefix = apiUrlPrefixAllAgencies +"/agency/<%= request.getParameter("a") %>";
</script>
It should have the viewport tag as well, and reference jQuery from the same server rather than fetching it externally.
The text was updated successfully, but these errors were encountered:
Currently like this:
It should have the viewport tag as well, and reference jQuery from the same server rather than fetching it externally.
The text was updated successfully, but these errors were encountered: