|  | @@ -101,13 +101,13 @@ ToolbarUpdater.prototype = {
 | 
											
												
													
														|  |              this.updateToolbar($toolbar);
 |  |              this.updateToolbar($toolbar);
 | 
											
												
													
														|  |              this.moveFilters(this.$changelist, $toolbar);
 |  |              this.moveFilters(this.$changelist, $toolbar);
 | 
											
												
													
														|  |          } catch (e) {
 |  |          } catch (e) {
 | 
											
												
													
														|  | -            console.error(e);
 |  | 
 | 
											
												
													
														|  | 
 |  | +            console.error(e, e.stack);
 | 
											
												
													
														|  |          }
 |  |          }
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |          try {
 |  |          try {
 | 
											
												
													
														|  |              this.fixFloatLineBreak();
 |  |              this.fixFloatLineBreak();
 | 
											
												
													
														|  |          } catch (e) {
 |  |          } catch (e) {
 | 
											
												
													
														|  | -            console.error(e);
 |  | 
 | 
											
												
													
														|  | 
 |  | +            console.error(e, e.stack);
 | 
											
												
													
														|  |          }
 |  |          }
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |          $toolbar.addClass('initialized');
 |  |          $toolbar.addClass('initialized');
 |