Fixed bug in modal show paste (show more button not showing)

This commit is contained in:
Mokaddem 2016-10-27 16:18:49 +02:00
parent 7e7e679ab6
commit 340624fe1e

View file

@ -16,20 +16,13 @@
<script src="{{ url_for('static', filename='js/jquery.flot.js') }}"></script> <script src="{{ url_for('static', filename='js/jquery.flot.js') }}"></script>
<script src="{{ url_for('static', filename='js/jquery.flot.time.js') }}"></script> <script src="{{ url_for('static', filename='js/jquery.flot.time.js') }}"></script>
<script src="{{ url_for('static', filename='js/jquery.flot.stack.js') }}"></script> <script src="{{ url_for('static', filename='js/jquery.flot.stack.js') }}"></script>
</head> </head>
<body> <body>
<div style="margin: 10px;">
<div class="row">
<div class="col-lg-12">
<h1 class="page-header" >Paste: {{ request.args.get('paste') }}</h1>
<h2 class="page-header" >({{ request.args.get('num') }})</h2>
</div>
</div>
<div class="row">
<div class="panel panel-default"> <div class="panel panel-default">
<div class="panel-heading"> <div class="panel-heading">
<h1 class="page-header" >Paste: {{ request.args.get('paste') }}</h1>
<h2 class="page-header" >({{ request.args.get('num') }})</h2>
<table class="table table-condensed"> <table class="table table-condensed">
<thead> <thead>
<tr> <tr>
@ -88,7 +81,6 @@
</div> </div>
</div> </div>
</div>
</body> </body>
<script> <script>
$('#tableDup').DataTable(); $('#tableDup').DataTable();