Ignore:
Timestamp:
Nov 2, 2009, 10:46:10 PM (14 years ago)
Author:
LucMorizur
Message:

[Event Cats] Continue entry creation in DB

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/event_cats/admin/template/autolog_new.js

    r4171 r4173  
    77var ec_flag1                    = false;
    88var ec_flag2                    = false;
    9 var cat_display                 = false;
    109var ec_dont_check               = false;
    1110var ec_selected_old_group       = false;
     
    445444            d.ec_new_code.ec_in_up_cat.selectedIndex
    446445           ].label;
    447           if (cat_display) ec_new_user_text =
     446          /* if (cat_display) ec_new_user_text =
    448447           (ec_reg_cat2.test(ec_cat_sel)) ?
    449448            ec_reg_cat1.exec(ec_cat_sel)[1] : ec_cat_sel;
    450           else ec_new_user_text = ec_reg_cat3.exec(ec_cat_sel)[1];
     449          else */ ec_new_user_text = ec_reg_cat3.exec(ec_cat_sel)[1];
    451450          ec_new_user_text = ec_new_user_text.replace(/\s/g, '_');
    452451          ec_new_user_text = ec_new_user_text.substr(0, 32);
Note: See TracChangeset for help on using the changeset viewer.