errorAlerts and errorWarning set to false see #5137

skala
Julio Montoya 13 years ago
parent c29c4f801f
commit 377e384a2a
  1. 4
      main/document/showinframes.php

@ -235,8 +235,8 @@ if ($jplayer_supported) {
'.$extension.' : "'.$document_data['direct_url'].'"
});
},
errorAlerts: true,
warningAlerts: true,
errorAlerts: false,
warningAlerts: false,
//swfPath: "../inc/lib/javascript/jquery-jplayer",
swfPath: "'.$js_path.'jquery-jplayer",
//supplied: "m4a, oga, mp3, ogg, wav",

Loading…
Cancel
Save