X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fbriskin5%2Findex.php;h=64e7bc57006280116b41726a785328753a7a2640;hb=c0cc54c9494acf8f43b92a0517d32d38b5006aa0;hp=80f7366a1a344b7eb9491c6010ce3267e1ab07aa;hpb=302c97f7ac81dfcc6fc8d8d44359f4f432e4618a;p=brisk.git diff --git a/web/briskin5/index.php b/web/briskin5/index.php index 80f7366..64e7bc5 100644 --- a/web/briskin5/index.php +++ b/web/briskin5/index.php @@ -121,6 +121,8 @@ window.onload = function() { window.onunload = onunload_cb; xstm.start(); + + addEvent($('select_rules'), "change", function() { act_select_rules(this.value); } ); // FIXME: add this setTimeout(preload_images into data stream to avoid // race on opened socket // setTimeout(preload_images, 0, g_preload_img_arr, g_imgct); @@ -305,6 +307,9 @@ window.onload = function() {


+
+ +