- 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)
BIN
Android/DynamicBible/assets/css/images/animated-overlay.gif
Normal file
After Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 212 B |
After Width: | Height: | Size: 208 B |
After Width: | Height: | Size: 335 B |
Before Width: | Height: | Size: 105 B After Width: | Height: | Size: 207 B |
After Width: | Height: | Size: 262 B |
After Width: | Height: | Size: 262 B |
After Width: | Height: | Size: 332 B |
After Width: | Height: | Size: 280 B |
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 6.8 KiB |
After Width: | Height: | Size: 4.4 KiB |
After Width: | Height: | Size: 6.8 KiB |
After Width: | Height: | Size: 6.8 KiB |
After Width: | Height: | Size: 4.4 KiB |
@ -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) {
|
||||
|
BIN
css/images/animated-overlay.gif
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
css/images/ui-bg_flat_0_aaaaaa_40x100.png
Normal file
After Width: | Height: | Size: 212 B |
BIN
css/images/ui-bg_flat_75_ffffff_40x100.png
Normal file
After Width: | Height: | Size: 208 B |
BIN
css/images/ui-bg_glass_55_fbf9ee_1x400.png
Normal file
After Width: | Height: | Size: 335 B |
Before Width: | Height: | Size: 105 B After Width: | Height: | Size: 207 B |
BIN
css/images/ui-bg_glass_75_dadada_1x400.png
Normal file
After Width: | Height: | Size: 262 B |
BIN
css/images/ui-bg_glass_75_e6e6e6_1x400.png
Normal file
After Width: | Height: | Size: 262 B |
BIN
css/images/ui-bg_glass_95_fef1ec_1x400.png
Normal file
After Width: | Height: | Size: 332 B |
BIN
css/images/ui-bg_highlight-soft_75_cccccc_1x100.png
Normal file
After Width: | Height: | Size: 280 B |
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 6.8 KiB |
BIN
css/images/ui-icons_2e83ff_256x240.png
Normal file
After Width: | Height: | Size: 4.4 KiB |
BIN
css/images/ui-icons_454545_256x240.png
Normal file
After Width: | Height: | Size: 6.8 KiB |
BIN
css/images/ui-icons_888888_256x240.png
Normal file
After Width: | Height: | Size: 6.8 KiB |
BIN
css/images/ui-icons_cd0a0a_256x240.png
Normal file
After Width: | Height: | Size: 4.4 KiB |
14
js/common.js
@ -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) {
|
||||
|