Quellcode durchsuchen

Fix ajax request

simov vor 9 Jahren
Ursprung
Commit
0b8a9870bd
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      content/content.js

+ 1 - 1
content/content.js

@@ -50,7 +50,7 @@ function mount () {
           done()
           return
         }
-        m.request({url: window.location.href,
+        m.request({method: 'GET', url: window.location.href,
           deserialize: (body) => {
             done(body)
             return body