Skip to content

Commit f002590

Browse files
committed
Bumped version to 18.10
1 parent dfaf8dc commit f002590

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

www/common.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
9090
define('VER_CSS', 74); // version of the sitewide css file
9191
define('VER_JS', 33); // version of the sitewide javascript file
9292
define('VER_JS_TEST', 40); // version of the javascript specific to the test pages

www/easy.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)