Bug 428594: Restore defaults for tags doesn't work in non-instant-apply mode, patch by Bruno Escherl <aqualon@aquachan.de>, r+sr=Neil

git-svn-id: svn://10.0.0.236/trunk@250182 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
gavin%gavinsharp.com
2008-04-14 01:32:40 +00:00
parent a67f9ee36b
commit dd5bb26dfd

View File

@@ -58,7 +58,7 @@ var gDeleteButton = null;
var gRaiseButton = null;
var gLowerButton = null;
var gDeletedTags = null; // tags marked for deletion in non-instant apply mode
var gDeletedTags = {}; // tags marked for deletion in non-instant apply mode
function Startup()