CB-10763: Remove emoji in cordova-plugin-network-information Removing warning emoji
Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/commit/079c10d4 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/tree/079c10d4 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/diff/079c10d4 Branch: refs/heads/1.2.x Commit: 079c10d412549c53c207e5b5cc010957c6b447c6 Parents: b6f537f Author: Sarangan Rajamanickam <[email protected]> Authored: Wed Mar 2 16:40:06 2016 -0800 Committer: Sarangan Rajamanickam <[email protected]> Committed: Wed Mar 2 17:33:45 2016 -0800 ---------------------------------------------------------------------- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/blob/079c10d4/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index ed341f4..2eabd1e 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ This plugin provides an implementation of an old version of the It provides information about the device's cellular and wifi connection, and whether the device has an internet connection. -: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%20Network%20Information%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 @@ -209,3 +209,5 @@ When running in the Emulator, the `connection.status` is always unknown, so this ### Windows Phone 8 Quirks The Emulator reports the connection type as `Cellular`, which does not change, so events does _not_ fire. + +[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%20Network%20Information%22%20ORDER%20BY%20priority%20DESC%2C%20summary%20ASC%2C%20updatedDate%20DESC --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
