mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-02 17:59:28 +01:00
Fixed minore issues
- Fixed getting cover art that's too small - fixed reloading images after adding artist - added init function on search results
This commit is contained in:
@@ -362,7 +362,9 @@ function doAjaxCall(url,elem,reload,form) {
|
||||
feedback.removeClass('success');
|
||||
});
|
||||
if ( reload == true ) refreshSubmenu(url);
|
||||
if ( reload == "table") console.log('refresh'); refreshTable();
|
||||
if ( reload == "table") {
|
||||
console.log('refresh'); refreshTable();
|
||||
}
|
||||
if ( reload == "tabs") refreshTab();
|
||||
if ( form ) {
|
||||
// Change the option to 'choose...'
|
||||
|
||||
Reference in New Issue
Block a user