User:Zabshk/common.js: Difference between revisions

Content added Content deleted
No edit summary
mNo edit summary
Line 83: Line 83:
var html = 'This user made';
var html = 'This user made';
html += ' <font color="#2B60DE">' + data.editcount + '</font> local edits and <font color="#F70D1A">' + gdata.editcount + ' total edits.';
html += ' <font color="#2B60DE">' + data.editcount + '</font> local edits and <font color="#F70D1A">' + gdata.editcount + '</font> total edits.';


var div = document.createElement("div");
var div = document.createElement("div");