From: bg.chun Date: Tue, 24 May 2016 10:40:15 +0000 (+0900) Subject: [Dialog] change jazz_m noti sound back.wav to home.wav X-Git-Tag: submit/tizen/20161011.020729~2^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F86%2F71186%2F1;p=platform%2Fcore%2Fapi%2Fcordova-plugins.git [Dialog] change jazz_m noti sound back.wav to home.wav Change-Id: Ief062b13768179b12b8aa2fcf0bd91b9fe74f832 Signed-off-by: bg.chun --- diff --git a/src/lib/plugins/cordova-plugin-dialogs/tizen/Notification.js b/src/lib/plugins/cordova-plugin-dialogs/tizen/Notification.js index 0e8b519..9b1143d 100755 --- a/src/lib/plugins/cordova-plugin-dialogs/tizen/Notification.js +++ b/src/lib/plugins/cordova-plugin-dialogs/tizen/Notification.js @@ -25,7 +25,7 @@ var _document = document || {}; var playback = (function() { var soundElement; var counter = 1; - var soundPathArray = ['/usr/share/feedback/sound/operation/operation.wav', '/usr/share/feedback/sound/operation/back.wav']; + var soundPathArray = ['/usr/share/feedback/sound/operation/operation.wav', '/usr/share/feedback/sound/operation/home.wav']; var soundPathCount = 0; function win(v) {