A corporation manager and dashboard for EVE Online
25'ten fazla konu seçemezsiniz
Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
|
- $(function() {
- // Install logout auto-POST form:
- $("#logout").click(function() {
- $("<form>", {
- "action": this.href,
- "method": "post"
- }).appendTo($("body")).submit();
- return false;
- });
- });
|