From 1038fb142ac977129e379f86dfbc421a25ae5702 Mon Sep 17 00:00:00 2001 From: Philipp Schaefer Date: Sat, 13 Jul 2013 14:02:55 +0200 Subject: [PATCH] removed trailing whitespace --- code/smartphone.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/smartphone.js b/code/smartphone.js index b97d4dc4..f8cf7d4b 100644 --- a/code/smartphone.js +++ b/code/smartphone.js @@ -104,7 +104,7 @@ window.smartphoneInfo = function(data) { t += '
'; t += '' } - + $('#mobileinfo').html(t); }