- cleanup

This commit is contained in:
walljm 2013-04-19 17:08:46 -04:00
parent eeb6fdd9d0
commit 243f7a489c
3 changed files with 2 additions and 2 deletions

View File

@ -541,7 +541,6 @@ define(['jquery', 'reference', 'jquery.ui'],
height: 500,
resizable: true,
title: "Strongs Definition",
// TODO(walljm): Figure out why this break stuff.
buttons: {
"Close": function() {
$( this ).dialog( "close" );

View File

@ -69,3 +69,5 @@ require(["jquery", "db", "common", "reference", "jquery.cookie", "jquery.ui"],
$("#searchresults").css("height", window.innerHeight - 200);
});
});

View File

@ -541,7 +541,6 @@ define(['jquery', 'reference', 'jquery.ui'],
height: 500,
resizable: true,
title: "Strongs Definition",
// TODO(walljm): Figure out why this break stuff.
buttons: {
"Close": function() {
$( this ).dialog( "close" );