Fixed wiki links in flann in the online documentation
This commit is contained in:
@@ -3,7 +3,7 @@ function insertIframe (elementId, iframeSrc)
|
||||
var iframe;
|
||||
if (document.createElement && (iframe = document.createElement('iframe')))
|
||||
{
|
||||
iframe.src = iframeSrc;
|
||||
iframe.src = unescape(iframeSrc);
|
||||
iframe.width = "100%";
|
||||
iframe.height = "511px";
|
||||
var element = document.getElementById(elementId);
|
||||
@@ -11,7 +11,3 @@ function insertIframe (elementId, iframeSrc)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user