Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted by aaa ( 12 years ago )
(function ($) {
$(document).ready(function () {
var a = $('#adminForm table td.select_label').html();
var b = $('#adminForm table td.select_container').html();
var c = $('#adminForm table td.chempionat_label').html();
$('#adminForm .title-box').empty();
$('#adminForm .title-box').append("<table><tr><td class='chempionat_label'>"+c+"</td><td class='switch_season'>"+a+b+"</td></tr></table>");
});
})(jQuery);
Revise this Paste