Skip to content

Instantly share code, notes, and snippets.

View creadome's full-sized avatar

Stanislav Vasilyev creadome

View GitHub Profile
@creadome
creadome / sectors.js
Last active October 10, 2023 10:04
Encounter
/*
Универсальный обработчик секторов
http://ulan.en.cx/Guestbook/Messages.aspx?topic=282969
*/
$(function() {
if (/GameScenario/.test(location.href)) {
$('.scenarioBlock').each(function(b, block) {
$('[id$=divSectorName]', block).next('span').each(function(s, sector) {
$('.s-' + (s + 1) + '-text', block).text($(sector).text());