/** * @overview Life of German Reallife - Faction Manager Rank (script.js) * @author hydrant * @copyright (c) 2008 - 2018 Life of German */ var dndConfig = { onDragClass: "rankDnD" }; $(document).ready(function () { mp.trigger("onManageFactionRanksLoaded"); $("table#rank-table").on("click", "tr td span", function () { $(this).parent().parent().remove(); $("table#rank-table").tableDnD(dndConfig); }); $("#btn-add-new-rank").click(function () { var toAdd = $("input#input-new-rank").val(); if (toAdd.length === 0) return; $("input#input-new-rank").val(""); $("table#rank-table").append("