Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upzitem.getType is not a function error (bug report from zotero forum) #40
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
b) Error says: zitem.getType is not a function and is related to the code:
// Function replaces wildcard both for filename and subfolder definition
replaceWildcard: function(zitem, rule){
// get item type
var item_type = zitem.getType();
var item_type_string = Zotero.ItemTypes.getLocalizedString(item_type);
c) I am currently on Windows 7 x64, but tried also on Windows 2003 Server x64 and Ubuntu 10.04... all of tested in CZ localization.