1
0
Fork 0
forked from 0x2620/oxjs

fix a bug with adding/removing columns of synchronous textlists

This commit is contained in:
rlx 2011-10-11 16:00:58 +00:00
commit 7ac16acbf1
2 changed files with 18 additions and 6 deletions

View file

@ -65,10 +65,13 @@ Ox.ListMap = function(options, self) {
},
id: 'countryCode',
resizable: false, // fixme: implement
/*
// fixme: why does this not work? it does in folderBrowserList
title: $('<img>').attr({
src: Ox.UI.getImageURL('symbolFlag')
// fixme: why does this not work? it does in folderBrowserList
}),
*/
title: '\u2691',
visible: true,
width: 16
},