Browse Source

weird

master
asyncnomi 3 years ago
parent
commit
5a46e2576d
  1. 1
      static/js/main.js

1
static/js/main.js

@ -102,6 +102,7 @@ function get_admin(type) {
dataType: "json", dataType: "json",
success: function (data) { success: function (data) {
console.log(data);
if(data.success) { if(data.success) {
switch (type) { switch (type) {
case "prank": case "prank":

Loading…
Cancel
Save