mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-01-24 17:49:29 +08: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 |