mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-02-11 06:57:14 +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 |