diff options
author | XhmikosR <xhmikosr@users.sourceforge.net> | 2014-02-09 17:50:11 +0200 |
---|---|---|
committer | XhmikosR <xhmikosr@users.sourceforge.net> | 2014-02-11 10:42:28 +0200 |
commit | fbba315082ba6d272797dcdfd46940e19b1be9e3 (patch) | |
tree | 816f587c0c030a763d63f63febd3fdf167db16c4 /tests/thumbnail.html | |
parent | 43d01493a65dddcb03d154966bc565204cfba5c4 (diff) |
Trim trailing spaces and convert tabs to spaces.
Diffstat (limited to 'tests/thumbnail.html')
-rw-r--r-- | tests/thumbnail.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/thumbnail.html b/tests/thumbnail.html index 008fb329..52f57218 100644 --- a/tests/thumbnail.html +++ b/tests/thumbnail.html @@ -95,10 +95,10 @@ $.get("http://api.bootswatch.com/3/", function (data) { var menuTemplate = "<div id='menu' style='position:fixed;top:10px;right:10px;'><select>{{#.}}<option data-description='{{description}}'>{{name}}</option>{{/.}}</select></div>", - menuHTML = Mustache.render(menuTemplate, data.themes); + menuHTML = Mustache.render(menuTemplate, data.themes); $('body').append(menuHTML); - + $('#menu').change(function(){ var theme = $('#menu :selected'); $('#theme').text(theme.text()); |