Converted remaining icons to svg

This commit is contained in:
Bert Verhelst 2018-09-14 20:34:10 +02:00 committed by sledgehammer999
parent f3c65f34b6
commit 9f8f9b6702
No known key found for this signature in database
GPG key ID: 6E4A2D025B7CC9A2
31 changed files with 290 additions and 29 deletions

View file

@ -515,9 +515,9 @@ window.addEvent('load', function() {
var updateAltSpeedIcon = function(enabled) {
if (enabled)
$('alternativeSpeedLimits').src = "images/slow.png";
$('alternativeSpeedLimits').src = "images/slow.svg";
else
$('alternativeSpeedLimits').src = "images/slow_off.png";
$('alternativeSpeedLimits').src = "images/slow_off.svg";
};
$('alternativeSpeedLimits').addEvent('click', function() {