We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a61eb1 commit 0caa26eCopy full SHA for 0caa26e
1 file changed
public/assets/community/judaism.js
@@ -266,13 +266,19 @@ THE SOFTWARE.
266
267
268
$(() => {
269
+ const link = () => {
270
+ sefaria.link({
271
+ excludeFromLinking: '.js-post-field',
272
+ });
273
+ };
274
+
275
const el = document.createElement('script');
276
el.src = 'https://www.sefaria.org/linker.js';
277
el.addEventListener('load', () => {
- sefaria.link();
278
+ link();
279
280
$(document).on('ajax:success', '.post--comments', () => {
281
282
});
283
284
let linkTimeout = null;
@@ -283,7 +289,7 @@ $(() => {
289
}
290
285
291
linkTimeout = setTimeout(() => {
286
292
287
293
}, 1000);
288
294
295
0 commit comments