()
| 1056 | } |
| 1057 | |
| 1058 | function getSiteRootPath() { |
| 1059 | var path = window.location.pathname; |
| 1060 | |
| 1061 | return path.charAt(path.length - 1) === '/' ? path : path.replace(/[^/]*$/, ''); |
| 1062 | } |
| 1063 | |
| 1064 | function createGeneratedCover(title, caption) { |
| 1065 | var safeTitle = escapeXml(title || 'AI Article'); |
no outgoing calls
no test coverage detected