pelican-website-ge/output/theme/js/research-js.js

8 lines
206 B
JavaScript
Raw Normal View History

2021-07-19 17:21:25 +02:00
$(document).ready(function () {
debugger;
$.get('/scrapped-text/reseasrch/article-head.txt', function (data) {
var lines = data.split("\n")
alert("file-read ok")
}, 'text');
});