Squashed commit of the following:

commit 92c55c5705
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date:   Thu Jun 16 23:26:41 2016 +0100

    Update resource links

commit a72719dc24
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date:   Thu Jun 16 23:18:44 2016 +0100

    Move hand-made js to resources
This commit is contained in:
Jonny Barnes 2016-06-16 23:28:07 +01:00
parent 292427d485
commit 5ec516ab19
85 changed files with 1303 additions and 571 deletions

View file

@ -26,9 +26,9 @@ New Note « Admin CP
<script src="https://api.mapbox.com/mapbox.js/v2.2.3/mapbox.js"></script>
<script src="{{ elixir('assets/js/newnote.js') }}"></script>
<script src="{{ elixir('assets/js/libs/store2.min.js') }}"></script>
<script src="{{ elixir('assets/js/libs/alertify.js') }}"></script>
<script src="{{ elixir('assets/bower/store2.min.js') }}"></script>
<script src="{{ elixir('assets/bower/alertify.js') }}"></script>
<script src="{{ elixir('assets/js/form-save.js') }}"></script>
<link rel="stylesheet" href="{{ elixir('assets/css/alertify.css') }}">
<link rel="stylesheet" href="{{ elixir('assets/bower/alertify.css') }}">
@stop