Fix typo breaking history with select-options

This commit is contained in:
Nathan Gray 2012-07-25 21:12:04 +00:00
parent 599008754d
commit 346bfe1dcf

View File

@ -253,7 +253,7 @@ var et2_historylog = et2_valueWidget.extend([et2_IDataProvider],{
var options = null;
if(typeof field == 'object')
{
attrs['select-options'] = field;
attrs['select_options'] = field;
}
// Check for options after the type, ex: link-entry:infolog
else if (field.indexOf(':') > 0)