remove attentionbar. its code is shit and it doesn't belong here tbh.
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
$(document).ready(function(){
|
||||
$("#attention_bar").click(function(eO){ $("#attention_bar").css("display","none");
|
||||
$("#attention_bar_form").css("display","block"); });
|
||||
$.get(configRoot + "attentionbar.txt", function(data) {
|
||||
$("#attention_bar").html(data);
|
||||
$("#attention_bar_input").val($("#attention_bar").text());
|
||||
});
|
||||
});
|
Reference in New Issue
Block a user