Skip to content

Commit

Permalink
little repair ("->\")
Browse files Browse the repository at this point in the history
  • Loading branch information
AmarOk1412 committed Apr 5, 2015
1 parent 5904a80 commit a1584f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Firefox/content/browserOverlay.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ ZDSNotif.BrowserOverlay = {
htmlNotif = htmlNotif.replace(/<\/li/g, '</html:li');
htmlNotif = htmlNotif.replace(/<a/g, '<html:a');
htmlNotif = htmlNotif.replace(/<\/a/g, '</html:a');
htmlNotif = htmlNotif.replace(/href=\"\//g, 'href="https://zestedesavoir.com/');
htmlNotif = htmlNotif.replace(/src=\"\//g, 'src="https://zestedesavoir.com/');
htmlNotif = htmlNotif.replace(/href=\"\//g, 'href=\"https://zestedesavoir.com/');
htmlNotif = htmlNotif.replace(/src=\"\//g, 'src=\"https://zestedesavoir.com/');
htmlNotif = htmlNotif.replace('<img(.*)>', '');
dropdown.innerHTML = htmlNotif;
}
Expand Down Expand Up @@ -145,8 +145,8 @@ ZDSNotif.BrowserOverlay = {
htmlNotif = htmlNotif.replace(/<\/li/g, '</html:li');
htmlNotif = htmlNotif.replace(/<a/g, '<html:a');
htmlNotif = htmlNotif.replace(/<\/a/g, '</html:a');
htmlNotif = htmlNotif.replace(/href=\"\//g, 'href="https://zestedesavoir.com/');
htmlNotif = htmlNotif.replace(/src=\"\//g, 'src="https://zestedesavoir.com/');
htmlNotif = htmlNotif.replace(/href=\"\//g, 'href=\"https://zestedesavoir.com/');
htmlNotif = htmlNotif.replace(/src=\"\//g, 'src=\"https://zestedesavoir.com/');
htmlNotif = htmlNotif.replace('<img(.*)>', '');
dropdown.innerHTML = htmlNotif;
}
Expand Down
Binary file modified Firefox/test/zds-notif.xpi
Binary file not shown.

0 comments on commit a1584f0

Please sign in to comment.