1
0
mirror of https://github.com/mrclay/minify.git synced 2025-08-21 05:11:46 +02:00

removed unnecessary comment

This commit is contained in:
Steve Clay
2012-03-08 23:05:30 -05:00
parent 47b71fada2
commit 8a6676137f

View File

@@ -223,10 +223,6 @@ var MUB = {
$p.append(', /'); $p.append(', /');
} }
} }
// $('#bmUris').html('<p><strong>Found by bookmarklet:</strong> /<a href=#>' +
// location.hash.substr(1).split(',').join('</a> | /<a href=#>') +
// '</a></p>'
// );
$('#bmUris a').click(function () { $('#bmUris a').click(function () {
MUB.addButtonClick(); MUB.addButtonClick();
$('#sources li:last input').val(this.innerHTML); $('#sources li:last input').val(this.innerHTML);