Changeset 1511
- Timestamp:
- 06/06/08 15:53:13 (7 months ago)
- Files:
-
- cherokee/trunk/ChangeLog (modified) (1 diff)
- cherokee/trunk/admin/flags.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cherokee/trunk/ChangeLog
r1510 r1511 1 1 2008-06-06 Alvaro Lopez Ortega <alvaro@alobbs.com> 2 3 * admin/flags.py: Added a protection for not adding the same 4 country more than once to the list. 2 5 3 6 * admin/configured.py.pre (DATADIR, CHEROKEE_PLUGINDIR), 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) {