JSFiddle - React, Tailwind, and code Playground

by mrcl

JavaScript

falsevar artist = "Years & Years";
var title = "Meteorite"
var base.options.likeURL="http://sr.de";

$.ajax({ 
  url: base.options.likeURL+"?channel=ud",
  method: "POST",
  data: { action: ( like_module_liked ? 1 : 0 ), song: title+"/-/"+artist+"/-//-/" , channel: "ud" },
  success: function(response) {
    console.log(data, response);
  },
  error: function(e) {
    console.log("Fehler: "+e);
  },
});