mirror of
https://github.com/rembo10/headphones.git
synced 2026-07-20 16:03:59 +01:00
Merge branch 'master' of https://github.com/rembo10/headphones
This commit is contained in:
@@ -687,7 +687,7 @@
|
||||
</div>
|
||||
<div class="row">
|
||||
<label>Password</label>
|
||||
<input type="password" name="pth_password" value="${config['pth_password']}" size="36">
|
||||
<input type="password" name="pth_password" value="${config['pth_password'] | h}" size="36">
|
||||
</div>
|
||||
<div class="row">
|
||||
<label>URL</label>
|
||||
|
||||
@@ -312,6 +312,7 @@ function doAjaxCall(url,elem,reload,form) {
|
||||
$.ajax({
|
||||
url: url,
|
||||
data: dataString,
|
||||
type: 'POST',
|
||||
beforeSend: function(jqXHR, settings) {
|
||||
// Start loader etc.
|
||||
feedback.prepend(loader);
|
||||
|
||||
Reference in New Issue
Block a user