This is an automated email from the ASF dual-hosted git repository. poorejc pushed a commit to branch UncleGedd-sendOnClose in repository https://gitbox.apache.org/repos/asf/incubator-flagon-useralejs.git
commit ddb621e7816c7b6afbd60c1839408217c838d8d3 Author: poorejc <[email protected]> AuthorDate: Fri Apr 2 20:30:24 2021 -0400 adding navigation test button on example page from flagon-userale-50 --- example/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/example/index.html b/example/index.html index f6bf846..a1a9c41 100644 --- a/example/index.html +++ b/example/index.html @@ -82,5 +82,7 @@ limitations under the License. <input type="radio" name="Use Case" value="other"> Other </form> <br> +<p>Click on the Link to Test Logging with Page Navigation</p> +<a href="http://flagon.incubator.apache.org/"><button id="Linked Button">Link to Flagon Page</button></a> </body> </html> \ No newline at end of file
