MAID: clean up a couple things

This commit is contained in:
walljm 2019-01-09 09:27:08 -05:00
parent 5f22f580bd
commit 88fbea6824
4 changed files with 3 additions and 7 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,5 @@
<?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>
<description>A bible app designed for bible study</description>
<author email="jason@walljm.com" href="http://dynamicbible.com/">Jason Wall</author>

View File

@ -0,0 +1 @@
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":302002},"path":"app-release.apk","properties":{"packageId":"walljm.dynamicbible","split":"","minSdkVersion":"19"}}]

View File

@ -63,11 +63,6 @@ export class Strongs implements AfterViewChecked, OnInit
.then(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';
}
);
}