diff --git a/chrome/chromeFiles/content/scholar/xpcom/data_access.js b/chrome/chromeFiles/content/scholar/xpcom/data_access.js index 894e6fbbf..b5d60b128 100644 --- a/chrome/chromeFiles/content/scholar/xpcom/data_access.js +++ b/chrome/chromeFiles/content/scholar/xpcom/data_access.js @@ -776,6 +776,11 @@ Scholar.Item.prototype.updateDateModified = function(){ } +Scholar.Item.prototype.isRegularItem = function(){ + return !(this.isNote() || this.isFile()); +} + + //////////////////////////////////////////////////////// // // Methods dealing with note items