Browse Source

Theme: Remove call to old images.

reliberate 9 years ago
parent
commit
0ba5dce0de
1 changed files with 0 additions and 3 deletions
  1. 0 3
      themes/default/template.php

+ 0 - 3
themes/default/template.php

@@ -1540,9 +1540,6 @@
 	});
 	});
 
 
 	//audio playback functions
 	//audio playback functions
-		img_play = new Image();	img_play.src = "<?php echo PROJECT_PATH; ?>/themes/default/images/icon_play.png";
-		img_pause = new Image(); img_pause.src = "<?php echo PROJECT_PATH; ?>/themes/default/images/icon_pause.png";
-
 		var recording_audio;
 		var recording_audio;
 
 
 		function recording_play(recording_id) {
 		function recording_play(recording_id) {