Explorar o código

Global view: reduce overhead (#5496)

maTh %!s(int64=2) %!d(string=hai) anos
pai
achega
ee195354d9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      p/scripts/global_view.js

+ 1 - 1
p/scripts/global_view.js

@@ -12,7 +12,7 @@ function load_panel(link) {
 	panel_loading = true;
 
 	const req = new XMLHttpRequest();
-	req.open('GET', link, true);
+	req.open('GET', link + '&ajax=1', true);
 	req.responseType = 'document';
 	req.onload = function (e) {
 		if (this.status != 200) {