Vor Kurzem aufgerufene Suchen
Keine vor kurzem aufgerufene Suchen

Lynn Beighley
Beigetreten 16. Apr. 2021
·
Letzte Aktivität 27. Okt. 2021
Folge ich
0
Follower
0
Gesamtaktivitäten
2
Stimmen
0
Abonnement
1
AKTIVITÄTSÜBERSICHT
BADGES
BEITRÄGE
POSTS
COMMUNITY-KOMMENTARE
BEITRAGSKOMMENTARE
AKTIVITÄTSÜBERSICHT
Neueste Aktivität von Lynn Beighley
Lynn Beighley hat einen Kommentar hinterlassen
Community-Kommentar Discussion - Tips and best practices from the community
Thanks for this! I've got the banner showing up, but it appears on all pages, not just the ones with the label. I must be close, but I don't know how to fix this. I changed the label to search for to "lh4alert". Here's the code (I've hacked the content for testing). Any suggestions?
// MW-Notification Banner
$.get( "/api/v2/help_center/"+$('html').attr('lang').toLowerCase()+"/articles.json?label_names=lh4alert" ).done(function( data ) {
$.each(data.articles, function(index,item) {
var style1 = ' '
$('.alertbox').append(style1);
});
$('.ns-close').on('click',function(){
$(".alertbox").remove();
});
});
Kommentar anzeigen · Gepostet 16. Aug. 2018 · Lynn Beighley
0
Follower
0
Stimmen
0
Kommentare