2017-08-01 9 views
0

レールに埋め込まれたframework7にdata-confirmを使用すると、二重プロンプトが表示されます。最初のプロンプトはRailsからのものです。もう一つはフレームワーク7から来ています。フレームワーク7のレールでダブルデータ確認プロンプトが表示される

<div class="swipeout-actions-right"> 
    <a id="more_button" href="#" data-task-id={{id}} class="demo-actions"> 
     <span class="small">More</span> 
    </a> 
    <a id="archive_button" href="#" data-task-id={{id}} class="bg-blue demo-actions"> 
     <span class="small">Archive</span></a> 
    <a href="#" class="bg-green swipeout-delete swipeout-overswipe" data-confirm="Are you sure want to delete this item?"> 
    <span class="small">Complete</span> 
    </a></div> 

は、誰もがdata-confirmこの二重のプロンプトに推奨される解決策を持っていますか?

答えて

0

更新:私はあなたにも//= require jquery_ujsを削除することで問題を解決することができますrails.confirm

$.rails.confirm = function(){return true} 

を無効にすることで、それを修正します。

関連する問題