mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-11-24 20:02:35 +01:00
14 lines
258 B
PHP
14 lines
258 B
PHP
@extends('base')
|
|
|
|
@section('content')
|
|
<div id="container"></div>
|
|
@stop
|
|
|
|
|
|
@section('bottom')
|
|
<div id="image-manager-container"></div>
|
|
<script src="/js/image-manager.js"></script>
|
|
<script>
|
|
window.ImageManager.show();
|
|
</script>
|
|
@stop |