X-Git-Url: https://mop.ddnsfree.com/gitweb/?p=brisk.git;a=blobdiff_plain;f=web%2Fbriskin5%2Findex.php;h=deeeba5a4195b4df075b536330771a548192cb96;hp=80bc798734a16aaa081a7758da2cb01d403cb2c6;hb=648e67ab39b09ae4a82fe2548a6c63154b61e901;hpb=fdcd2271540f3e2d18886aaa413ae17ec2d131ec diff --git a/web/briskin5/index.php b/web/briskin5/index.php index 80bc798..deeeba5 100644 --- a/web/briskin5/index.php +++ b/web/briskin5/index.php @@ -117,6 +117,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); @@ -301,6 +303,9 @@ window.onload = function() {


+
+ +