- fixed missing images

- fixed jquery.ui issue in dialog (wrong version of jquery.ui in conjunction with changed version of jquery when we moved to requirejs)
This commit is contained in:
walljm 2013-04-19 14:28:25 -04:00
parent 9b3bb378b6
commit 84b456bf78
32 changed files with 22 additions and 20 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 212 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 208 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 335 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 105 B

After

Width:  |  Height:  |  Size: 207 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 262 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 262 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 332 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 280 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

View File

@ -540,13 +540,13 @@ define(['jquery', 'reference', 'jquery.ui'],
width: 600,
height: 500,
resizable: true,
title: "Strongs Definition"
// TODO(walljm): Figure out why this break stuff.
//buttons: {
// "Close": function() {
// $( this ).dialog( "close" );
// }
//}
title: "Strongs Definition",
// TODO(walljm): Figure out why this break stuff.
buttons: {
"Close": function() {
$( this ).dialog( "close" );
}
}
});
return false;
} catch (err) {

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 212 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 208 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 335 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 105 B

After

Width:  |  Height:  |  Size: 207 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 262 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 262 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 332 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 280 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

View File

@ -540,13 +540,13 @@ define(['jquery', 'reference', 'jquery.ui'],
width: 600,
height: 500,
resizable: true,
title: "Strongs Definition"
// TODO(walljm): Figure out why this break stuff.
//buttons: {
// "Close": function() {
// $( this ).dialog( "close" );
// }
//}
title: "Strongs Definition",
// TODO(walljm): Figure out why this break stuff.
buttons: {
"Close": function() {
$( this ).dialog( "close" );
}
}
});
return false;
} catch (err) {

File diff suppressed because one or more lines are too long