Update strings

update strings to contain addon
This commit is contained in:
Adam Magness 2018-01-20 11:01:59 -05:00
commit 96c41e5623
519 changed files with 829 additions and 829 deletions

View file

@ -316,13 +316,13 @@ function filterIntegrateBox(data) {
return string;
}
// Plugin launcher
// Addon launcher
function launchIntegratebox() {
// Click event
$('#integratebox .bottom .finish.close').click(closeIntegrateBox);
}
// Plugin keyup event
// Addon keyup event
$(document).keyup(function(e) {
// Previous item?
if((exists('#integratebox .bottom .finish.previous:not(.disabled)')) && (e.keyCode == 37)) {