Remove try/catch as Scott changed the implementation so that it returns nothing instead of throwing r=Mnyromyr

This commit is contained in:
neil%parkwaycc.co.uk 2006-12-03 19:43:16 +00:00
Родитель adc43ab28b
Коммит b169df0527
1 изменённых файлов: 1 добавлений и 5 удалений

Просмотреть файл

@ -338,11 +338,7 @@ function OnOK()
{
// newly added tag, need to create a key and read it
tagService.addTag(tagInfo.tag, '', '');
try
{
tagInfo.key = tagService.getKeyForTag(tagInfo.tag);
}
catch (e) {}
tagInfo.key = tagService.getKeyForTag(tagInfo.tag);
}
if (tagInfo.key)