no jquery
This commit is contained in:
parent
8899a291fc
commit
7da482fc97
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user