From 8570ca5b36f049991692b697f9347ab8329bb02a Mon Sep 17 00:00:00 2001 From: walljm Date: Thu, 18 Apr 2013 22:06:39 -0400 Subject: [PATCH] - minor formatting issue --- js/common.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/js/common.js b/js/common.js index 8dcd444f..8b2d6dff 100644 --- a/js/common.js +++ b/js/common.js @@ -241,8 +241,7 @@ define(['jquery', 'reference', 'jquery.ui'], ChangeDisplayStrongsInDialog: function(fontfamily) { this.Save(); }, - SaveResults: function() - { + SaveResults: function() { localStorage.Results = $("#resultwrap").html(); localStorage.SearchResults = $("#searchresultswrap").html(); }