CB-10764: Remove emoji in cordova-plugin-splashscreen Removing warning emoji
Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/commit/03ea0a4e Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/tree/03ea0a4e Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/diff/03ea0a4e Branch: refs/heads/3.2.x Commit: 03ea0a4e80134212933fab202c17f94ced708a84 Parents: 8501594 Author: Sarangan Rajamanickam <[email protected]> Authored: Wed Mar 2 16:46:10 2016 -0800 Committer: Sarangan Rajamanickam <[email protected]> Committed: Wed Mar 2 17:36:23 2016 -0800 ---------------------------------------------------------------------- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/03ea0a4e/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index e79ae97..4e9784a 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ This plugin displays and hides a splash screen during application launch. -:warning: Report issues on the [Apache Cordova issue tracker](https://issues.apache.org/jira/issues/?jql=project%20%3D%20CB%20AND%20status%20in%20%28Open%2C%20%22In%20Progress%22%2C%20Reopened%29%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20%22Plugin%20Splashscreen%22%20ORDER%20BY%20priority%20DESC%2C%20summary%20ASC%2C%20updatedDate%20DESC) +Report issues with this plugin on the [Apache Cordova issue tracker][Apache Cordova issue tracker]. ## Installation @@ -170,3 +170,5 @@ event. See [Icons and Splash Screens](http://cordova.apache.org/docs/en/edge/con for more information on doing this configuration. For this reason, it is unlikely you need to call `navigator.splashscreen.show()` to make the splash screen visible for app startup. + +[Apache Cordova issue tracker]: https://issues.apache.org/jira/issues/?jql=project%20%3D%20CB%20AND%20status%20in%20%28Open%2C%20%22In%20Progress%22%2C%20Reopened%29%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20%22Plugin%20Splashscreen%22%20ORDER%20BY%20priority%20DESC%2C%20summary%20ASC%2C%20updatedDate%20DESC --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
