mirror of
				https://github.com/SuperBFG7/ympd
				synced 2025-10-30 21:33:00 +00:00 
			
		
		
		
	check if element is sortable before removing sortable property
This commit is contained in:
		| @@ -273,7 +273,9 @@ function webSocketConnect() { | ||||
|                      * some browsers, such as Safari, from changing the normalization form of the | ||||
|                      * URI from NFD to NFC, breaking our link with MPD. | ||||
|                      */ | ||||
|                     if ($('#salamisandwich > tbody').is(':ui-sortable')) { | ||||
|                         $('#salamisandwich > tbody').sortable('destroy'); | ||||
|                     } | ||||
|                     for (var item in obj.data) { | ||||
|                         switch(obj.data[item].type) { | ||||
|                             case "directory": | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Benjamin Häublein
					Benjamin Häublein