no jquery

This commit is contained in:
Sebastian Frank 2017-09-25 13:22:42 +02:00
parent 8899a291fc
commit 7da482fc97

View File

@ -44,10 +44,8 @@
<input type="text" placeholder="Alternativtext">
</form>
</section>
</div>
</div>
</div>
</div>
</div>
@ -335,7 +333,6 @@
<div style="clear:both;"></div>
</div>
@ -343,11 +340,16 @@
</template>
<script>
/*
WIR HABEN KEIN JQUERY
$(document).ready(function() {
$('.media a').on('click', function(e) {
$('#overlay').show();
});
});
*/
</script>
<style lang="less">
@ -513,7 +515,6 @@
</style>
<script>
// import ScrollTable from 'components/scroll-table.vue';
export default {
name: "Medialist"