changed add_var_to_front back to using add_inline instead as localize, because need to not overwrite the variables
This commit is contained in:
@@ -3,6 +3,5 @@ const sendButton = document.getElementById('mybutton');
|
||||
|
||||
sendButton.addEventListener('click', () => {
|
||||
const inputValue = inputElement.value;
|
||||
|
||||
ajax_post(inputValue, 'get_data');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user