mirror of
https://gitlab.com/walljm/dynamicbible.git
synced 2025-07-26 08:49:49 -04:00
- cleanup
This commit is contained in:
parent
eeb6fdd9d0
commit
243f7a489c
@ -541,7 +541,6 @@ define(['jquery', 'reference', 'jquery.ui'],
|
|||||||
height: 500,
|
height: 500,
|
||||||
resizable: true,
|
resizable: true,
|
||||||
title: "Strongs Definition",
|
title: "Strongs Definition",
|
||||||
// TODO(walljm): Figure out why this break stuff.
|
|
||||||
buttons: {
|
buttons: {
|
||||||
"Close": function() {
|
"Close": function() {
|
||||||
$( this ).dialog( "close" );
|
$( this ).dialog( "close" );
|
||||||
|
@ -69,3 +69,5 @@ require(["jquery", "db", "common", "reference", "jquery.cookie", "jquery.ui"],
|
|||||||
$("#searchresults").css("height", window.innerHeight - 200);
|
$("#searchresults").css("height", window.innerHeight - 200);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
@ -541,7 +541,6 @@ define(['jquery', 'reference', 'jquery.ui'],
|
|||||||
height: 500,
|
height: 500,
|
||||||
resizable: true,
|
resizable: true,
|
||||||
title: "Strongs Definition",
|
title: "Strongs Definition",
|
||||||
// TODO(walljm): Figure out why this break stuff.
|
|
||||||
buttons: {
|
buttons: {
|
||||||
"Close": function() {
|
"Close": function() {
|
||||||
$( this ).dialog( "close" );
|
$( this ).dialog( "close" );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user