www/js/global.js

changeset 228
98536f6539ee
parent 221
a8aabb63fbcc
child 230
8edca0488e65
--- a/www/js/global.js	Fri Feb 01 11:58:38 2019 +0100
+++ b/www/js/global.js	Fri Feb 01 15:30:33 2019 +0100
@@ -695,16 +695,16 @@
 var waterprofiles = new $.jqx.dataAdapter(waterProfileSource);
 
 // dropdownlist datasource from profile_mash
-var mashInvSource = {
+var mashProfileSource = {
 	datatype: "json",
 	datafields: [
 		{ name: 'record', type: 'number' },
 		{ name: 'name', type: 'string' },
 		{ name: 'steps', type: 'array' }
 	],
-	url: "include/db_profile_mash.php"
+	url: "includes/db_profile_mash.php"
 };
-var mashlist = new $.jqx.dataAdapter(mashInvSource);
+var mashlist = new $.jqx.dataAdapter(mashProfileSource);
 
 
 

mercurial