Changeset 1511 for cherokee/trunk/admin/flags.py
- Timestamp:
- 06/06/08 15:53:13 (7 months ago)
- Files:
-
- cherokee/trunk/admin/flags.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cherokee/trunk/admin/flags.py
r1509 r1511 269 269 var post = cfg_key + "=" + value; 270 270 271 /* Do not add the country if it's already in the list 272 */ 273 if (cfg_key_value.indexOf(selected) >= 0) 274 return; 275 271 276 jQuery.post (url, post, 272 277 function (data, textStatus) {