From 2f15f9bd51d7b1d2268180e1e44502e9661df8ff Mon Sep 17 00:00:00 2001 From: Hyunjin Park Date: Tue, 27 Dec 2016 23:28:01 -0800 Subject: [PATCH] Revert "[Dialog] add noti sound back.wav [Verification] Cordova Dialog TCT 100% pass" This reverts commit 4dce99a419267dbc0672e4340d97b326a06c5509. Change-Id: I1f18616868d2d1908dfdbf1b71e5284bc134aec5 --- src/lib/plugins/cordova-plugin-dialogs/tizen/Notification.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.34.1