Skip to content

Commit

Permalink
Bumped version to 18.10
Browse files Browse the repository at this point in the history
  • Loading branch information
pmeenan committed Oct 31, 2018
1 parent dfaf8dc commit f002590
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion www/common.inc
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ if (array_key_exists('HTTP_USER_AGENT', $_SERVER) &&
}

// constants
define('VER_WEBPAGETEST', '18.09'); // webpagetest version
define('VER_WEBPAGETEST', '18.10'); // webpagetest version
define('VER_CSS', 74); // version of the sitewide css file
define('VER_JS', 33); // version of the sitewide javascript file
define('VER_JS_TEST', 40); // version of the javascript specific to the test pages
Expand Down
2 changes: 1 addition & 1 deletion www/easy.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ function onRecaptchaSubmit(token) {
</li>
<li>
<label for="videoCheck">Run Lighthouse Audit:<br></label>
<input type="checkbox" name="lighthouse" id="lighthouse" class="checkbox" onclick="lighthouseChanged()">(Mobile devices only)
<input type="checkbox" name="lighthouse" id="lighthouse" class="checkbox" onclick="lighthouseChanged()">
</li>
</ul>
</div>
Expand Down

0 comments on commit f002590

Please sign in to comment.