mirror of
https://github.com/mrclay/minify.git
synced 2025-08-20 12:51:52 +02:00
removed unnecessary comment
This commit is contained in:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user