This is an automated email from the ASF dual-hosted git repository.

poorejc pushed a commit to branch flagon-userale-50
in repository https://gitbox.apache.org/repos/asf/incubator-flagon-useralejs.git


The following commit(s) were added to refs/heads/flagon-userale-50 by this push:
     new 2a593e3  [flagon-userale-50] example mock to test for bug
2a593e3 is described below

commit 2a593e3576ecf7e44d9ef5f0842fdd9c06fdbc71
Author: poorejc <[email protected]>
AuthorDate: Wed Mar 17 11:31:47 2021 -0400

    [flagon-userale-50] example mock to test for bug
---
 example/index.html | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/example/index.html b/example/index.html
index 2c8245f..1b84dd1 100644
--- a/example/index.html
+++ b/example/index.html
@@ -80,5 +80,11 @@ limitations under the License.
   <input type="radio" name="Use Case" value="other"> Other
 </form>
 <br>
+<div class="container">
+  <button id="NonLink Button"> Don't Click Me!</button>
+</div>
+<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

Reply via email to