removed trailing whitespace

This commit is contained in:
Philipp Schaefer 2013-07-13 14:02:55 +02:00
parent 39ce9102e8
commit 1038fb142a

View File

@ -104,7 +104,7 @@ window.smartphoneInfo = function(data) {
t += '<div class="filllevel" style="width:'+perc+'%;"></div>';
t += '</div>'
}
$('#mobileinfo').html(t);
}