mirror of
https://gitlab.com/walljm/dynamicbible.git
synced 2025-07-25 16:29:49 -04:00
MAID: clean up a couple things
This commit is contained in:
parent
5f22f580bd
commit
88fbea6824
File diff suppressed because one or more lines are too long
@ -1,5 +1,5 @@
|
|||||||
<?xml version='1.0' encoding='utf-8'?>
|
<?xml version='1.0' encoding='utf-8'?>
|
||||||
<widget android-versionCode="302002" id="walljm.dynamicbible" version="3.2.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
|
<widget android-versionCode="302003" id="walljm.dynamicbible" version="3.2.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
|
||||||
<name>Dynamic Bible</name>
|
<name>Dynamic Bible</name>
|
||||||
<description>A bible app designed for bible study</description>
|
<description>A bible app designed for bible study</description>
|
||||||
<author email="jason@walljm.com" href="http://dynamicbible.com/">Jason Wall</author>
|
<author email="jason@walljm.com" href="http://dynamicbible.com/">Jason Wall</author>
|
||||||
|
1
DynamicBibleIonic/releases/output.json
Normal file
1
DynamicBibleIonic/releases/output.json
Normal file
@ -0,0 +1 @@
|
|||||||
|
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":302002},"path":"app-release.apk","properties":{"packageId":"walljm.dynamicbible","split":"","minSdkVersion":"19"}}]
|
@ -63,11 +63,6 @@ export class Strongs implements AfterViewChecked, OnInit
|
|||||||
.then(data =>
|
.then(data =>
|
||||||
{
|
{
|
||||||
this.data = data;
|
this.data = data;
|
||||||
if (data.prefix.startsWith('H'))
|
|
||||||
document.querySelector('html').style.cssText = '--strongs-color: #87c99d';
|
|
||||||
if (data.prefix.startsWith('G'))
|
|
||||||
document.querySelector('html').style.cssText = '--strongs-color: #87c99d';
|
|
||||||
|
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user