comparison admin.js @ 763:20fd7d2040d1

Cosmetic.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 20 Nov 2014 11:43:55 +0200
parents 3069a13e78dd
children 9fa68b35b90a
comparison
equal deleted inserted replaced
762:539bfbdd43ec 763:20fd7d2040d1
473 } 473 }
474 474
475 if (args != "") 475 if (args != "")
476 { 476 {
477 if (cid != compo_id) 477 if (cid != compo_id)
478 jsConfirmBox("Are you sure you want to change entry #"+id+"'s compo from "+cid+" to "+compo_id+"?", mcb_ok, mcb_cancel); 478 {
479 jsConfirmBox("Are you sure you want to change entry #"+id+
480 "'s compo from "+cid+" to "+compo_id+"?", mcb_ok, mcb_cancel);
481 }
479 else 482 else
480 mcb_ok(); 483 mcb_ok();
481 } 484 }
482 } 485 }
483 486