From: Hyunjin Park Date: Wed, 28 Dec 2016 07:28:01 +0000 (-0800) Subject: Revert "[Dialog] add noti sound back.wav [Verification] Cordova Dialog TCT 100% pass" X-Git-Tag: submit/tizen/20161228.081005^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2f15f9bd51d7b1d2268180e1e44502e9661df8ff;p=platform%2Fcore%2Fapi%2Fcordova-plugins.git Revert "[Dialog] add noti sound back.wav [Verification] Cordova Dialog TCT 100% pass" This reverts commit 4dce99a419267dbc0672e4340d97b326a06c5509. Change-Id: I1f18616868d2d1908dfdbf1b71e5284bc134aec5 --- diff --git a/src/lib/plugins/cordova-plugin-dialogs/tizen/Notification.js b/src/lib/plugins/cordova-plugin-dialogs/tizen/Notification.js index 8e56f2d..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/home.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) {