diff options
Diffstat (limited to 'Project-Unite')
| -rw-r--r-- | Project-Unite/Views/Admin/Index.cshtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Project-Unite/Views/Admin/Index.cshtml b/Project-Unite/Views/Admin/Index.cshtml index 78404a1..e9ae83f 100644 --- a/Project-Unite/Views/Admin/Index.cshtml +++ b/Project-Unite/Views/Admin/Index.cshtml @@ -5,5 +5,5 @@ <p>Wow, an actual index page.</p> -<button class="btn btn-default" onclick="$.ajax({url:'/API/TestNotification'})">Send test notification.</button> +<button class="btn btn-default" onclick="$.ajax({ url: '/API/TestNotification' });">Send test notification.</button> |
