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(); }