Updated to the latest iteration of the sales tracking app; Added some temporary photos for UBS.
This commit is contained in:
11
public/admin/test2.html
Normal file
11
public/admin/test2.html
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
|
||||
<input id="toggle-event" type="checkbox" data-toggle="toggle">
|
||||
<div id="console-event"></div>
|
||||
<script>
|
||||
$(function() {
|
||||
$('#toggle-event').change(function() {
|
||||
$('#console-event').html('Toggle: ' + $(this).prop('checked'))
|
||||
})
|
||||
})
|
||||
</script>
|
||||
Reference in New Issue
Block a user