Skip to content
This repository has been archived by the owner on Jan 18, 2018. It is now read-only.

Commit

Permalink
Revert "Reverted the update to monent.js"
Browse files Browse the repository at this point in the history
This reverts commit 6315327.
  • Loading branch information
GrahamCampbell committed Mar 15, 2015
1 parent 6315327 commit 6bb2237
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/views/events/create.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

@section('js')
{!! HTML::script('//cdnjs.cloudflare.com/ajax/libs/bootstrap-markdown/2.8.0/js/bootstrap-markdown.min.js') !!}
{!! HTML::script('//cdnjs.cloudflare.com/ajax/libs/moment.js/2.8.3/moment.min.js') !!}
{!! HTML::script('//cdnjs.cloudflare.com/ajax/libs/moment.js/2.9.0/moment.min.js') !!}
{!! HTML::script('//cdnjs.cloudflare.com/ajax/libs/bootstrap-datetimepicker/3.1.3/js/bootstrap-datetimepicker.min.js') !!}
{!! Asset::scripts('picker') !!}
@stop
2 changes: 1 addition & 1 deletion resources/views/events/edit.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

@section('js')
{!! HTML::script('//cdnjs.cloudflare.com/ajax/libs/bootstrap-markdown/2.8.0/js/bootstrap-markdown.min.js') !!}
{!! HTML::script('//cdnjs.cloudflare.com/ajax/libs/moment.js/2.8.3/moment.min.js') !!}
{!! HTML::script('//cdnjs.cloudflare.com/ajax/libs/moment.js/2.9.0/moment.min.js') !!}
{!! HTML::script('//cdnjs.cloudflare.com/ajax/libs/bootstrap-datetimepicker/3.1.3/js/bootstrap-datetimepicker.min.js') !!}
{!! Asset::scripts('picker') !!}
@stop

0 comments on commit 6bb2237

Please sign in to comment.