Home
last modified time | relevance | path

Searched refs:getSelfRefRegex (Results 1 – 2 of 2) sorted by relevance

/plugin/fastwiki/
Dhistory.js91 this.getSelfRefRegex = function() { method in CBrowserHistory
185 if (href && href.match(self.getSelfRefRegex()) && $this.text() == m_prevTitle)
Dscript.js124 if (href.match(m_browserHistory.getSelfRefRegex())) {