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:
Elmar Kouwenhoven
2012-05-11 22:44:58 +02:00
parent 74e061c96b
commit 25d1b2f7ed
3 changed files with 9 additions and 3 deletions

View File

@@ -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...'