MCPcopy Index your code
hub / github.com/Threadfin/Threadfin / saveXEPG

Function saveXEPG

html/js/mapping-editor.js:1234–1246  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1232}
1233
1234function saveXEPG() {
1235 if (mappingError == true) {
1236 alert("Data could not be saved, errors in the XEPG data.");
1237 return;
1238 }
1239 showLoadingScreen(true);
1240
1241 var data = new Object();
1242 data["epgMapping"] = xEPG["epgMapping"];
1243 data["cmd"] = "saveEpgMapping";
1244 //console.log(data);
1245 Threadfin(data);
1246}
1247
1248function bulkEdit() {
1249 bulk = !bulk;

Callers

nothing calls this directly

Calls 2

showLoadingScreenFunction · 0.85
ThreadfinFunction · 0.70

Tested by

no test coverage detected