Home
last modified time | relevance | path

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

/plugin/editions/
H A Dscript.js14 var targetURL = target.substring(0, hashPos);
18 fillSnippet(targetURL, targetAnchor, edition);
24 var targetURL = target.substring(0, hashPos);
32 function fillSnippet(targetURL, targetAnchor, edition) { argument
40 $snippet.load(targetURL+' #'+targetAnchor, function(response, status, xhr) {