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 2773d69 commit db07ee5Copy full SHA for db07ee5
_layouts/default.html
@@ -118,7 +118,7 @@
118
119
$('#query').blur();
120
if (entries == null) {
121
- $.ajax({url:'/atom.xml', dataType:'xml', success: function(data) {
+ $.ajax({url:'/atom.xml?r='+(Math.random()*99999999999), dataType:'xml', success: function(data) {
122
entries = data.getElementsByTagName('entry');
123
findEntries(query);
124
} });
0 commit comments