9.515
redigeringer
mNo edit summary |
mNo edit summary Tag: Tilbagerullet |
||
Linje 12: | Linje 12: | ||
} else if (content.indexOf('== Litteratur og kilder ==') === -1) { | } else if (content.indexOf('== Litteratur og kilder ==') === -1) { | ||
$('#wpTextbox1').val(content + '\n\n' + template); | $('#wpTextbox1').val(content + '\n\n' + template); | ||
} | |||
}); | |||
// Hides box if mobile device | |||
$(document).ready(function() { | |||
if ($(window).width() < 768) { | |||
$('#front-page-box').hide(); | |||
} | } | ||
}); | }); |