1
Fork 0

Changed debug log text

This commit is contained in:
Jake Howard 2015-09-22 15:54:27 +01:00
parent 8a3af9016c
commit 871a302f43
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
function insert_emoticons(ident, classes) {
classes = classes || "";
decoder = image_decoder.images;
console.log("Replacing " + $(ident).length + " of " + ident);
console.log("Replacing " + $(ident).length + " instances of " + ident);
$(ident).each(function() {
for (var i = 0; i < decoder.length; i++) {
key = Object.keys(decoder[i]);
@ -29,4 +29,4 @@ function markdown_decoder(ident) {
console.log("Hipchat-emoticons-for-all is enabled on " + location.href);
var image_decoder = %image_decoder%
var image_decoder = %image_decoder%