File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ if (array_key_exists('HTTP_USER_AGENT', $_SERVER) &&
8686}
8787
8888// constants
89- define ('VER_WEBPAGETEST ' , '18.09 ' ); // webpagetest version
89+ define ('VER_WEBPAGETEST ' , '18.10 ' ); // webpagetest version
9090define ('VER_CSS ' , 74 ); // version of the sitewide css file
9191define ('VER_JS ' , 33 ); // version of the sitewide javascript file
9292define ('VER_JS_TEST ' , 40 ); // version of the javascript specific to the test pages
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ function onRecaptchaSubmit(token) {
110110 </li>
111111 <li>
112112 <label for="videoCheck">Run Lighthouse Audit:<br></label>
113- <input type="checkbox" name="lighthouse" id="lighthouse" class="checkbox" onclick="lighthouseChanged()">(Mobile devices only)
113+ <input type="checkbox" name="lighthouse" id="lighthouse" class="checkbox" onclick="lighthouseChanged()">
114114 </li>
115115 </ul>
116116 </div>
You can’t perform that action at this time.
0 commit comments