Changeset 10328
- Timestamp:
- 04/24/08 19:32:19 (5 years ago)
- Files:
-
- 1 modified
-
lang/javascript/userscripts/ldrize.user.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/javascript/userscripts/ldrize.user.js
r9034 r10328 760 760 getCurrentLink: function(){ 761 761 var xpath = this.getSiteinfo()['link']; 762 return xpath ? [this.getParagraphes().current.paragraph.XPath(xpath)] : false; 762 var paragraphes = this.getParagraphes(); 763 var paragraph = paragraphes.current.paragraph || paragraphes.getNth(0).paragraph; 764 return xpath ? [paragraph.XPath(xpath)] : false; 763 765 }, 764 766
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)