mirror of
https://github.com/grocy/grocy.git
synced 2025-10-12 16:44:55 +00:00
General code review
This commit is contained in:
@@ -88,7 +88,7 @@
|
||||
Grocy.Api.UploadFile($("#instruction-manual")[0].files[0], 'equipmentmanuals', jsonData.instruction_manual_file_name,
|
||||
function(result)
|
||||
{
|
||||
window.location.href = U('/equipment');;
|
||||
window.location.href = U('/equipment');
|
||||
},
|
||||
function(xhr)
|
||||
{
|
||||
@@ -99,7 +99,7 @@
|
||||
}
|
||||
else
|
||||
{
|
||||
window.location.href = U('/equipment');;
|
||||
window.location.href = U('/equipment');
|
||||
}
|
||||
});
|
||||
},
|
||||
|
Reference in New Issue
Block a user