Add checkbox to remove link border and simplify anchor/heading selection when choosing link (b=96477, fix by neil@parkwaycc.co.uk, r=cmanske, sr=kin); improved 'Constrain' checkbox logic in image dialogs (b=58133, r=neil@parkwaycc.co.uk, sr=kin)
git-svn-id: svn://10.0.0.236/trunk@114071 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -137,9 +137,8 @@ function onAccept()
|
||||
// Show alt text error only once
|
||||
// (we don't initialize doAltTextError=true
|
||||
// so Advanced edit button dialog doesn't trigger that error message)
|
||||
doAltTextError = firstTimeOkUsed;
|
||||
firstTimeOkUsed = false;
|
||||
|
||||
// Use this now (default = false) so Advanced Edit button dialog doesn't trigger error message
|
||||
gDoAltTextError = true;
|
||||
|
||||
if (ValidateData())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user