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