Differences From Artifact [f16f1d5eef]:

To Artifact [2c31b52794]:


97
98
99
100
101
102
103

104
105
106
107
108
109
110
111

			i.value = '';
		})

		var b = n.querySelector('.input-list button');
		b.onclick = () => {
			g.current_list_input = b.parentNode;

			g.openFrameDialog(b.value);
			return false;
		};
		line.parentNode.appendChild(n);
		initLine(n);
	};

	updateTotals();







>
|







97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112

			i.value = '';
		})

		var b = n.querySelector('.input-list button');
		b.onclick = () => {
			g.current_list_input = b.parentNode;
			let url = b.value + (b.value.indexOf('?') > 0 ? '&' : '?') + '_dialog';
			g.openFrameDialog(url);
			return false;
		};
		line.parentNode.appendChild(n);
		initLine(n);
	};

	updateTotals();