forked from leftypol/leftypol
remove attentionbar. its code is shit and it doesn't belong here tbh.
This commit is contained in:
parent
613c64c97d
commit
d208789fa7
4 changed files with 0 additions and 25 deletions
|
@ -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());
|
||||
});
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue