diff options
| author | Michael <[email protected]> | 2017-04-17 09:28:37 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-04-17 09:28:37 -0400 |
| commit | 79ba9ce6d341fc5c8d5ae98de855db3d857d9211 (patch) | |
| tree | 9e69c97e6734d1dbb400223be9b82bdb85acc742 /Project-Unite/Views | |
| parent | 58cdd0d4efde97f5f260d538940dc9c436c54e79 (diff) | |
| download | project-unite-79ba9ce6d341fc5c8d5ae98de855db3d857d9211.tar.gz project-unite-79ba9ce6d341fc5c8d5ae98de855db3d857d9211.tar.bz2 project-unite-79ba9ce6d341fc5c8d5ae98de855db3d857d9211.zip | |
test
Diffstat (limited to 'Project-Unite/Views')
| -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> |
