Plugin Directory

Changeset 1021753


Ignore:
Timestamp:
11/07/2014 10:24:05 PM (11 years ago)
Author:
outself
Message:

change confirm notice

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asgard/trunk/asgard.php

    r1021214 r1021753  
    324324
    325325        $('.remove-malware').live('click', function(){
    326         if (!confirm('DANGER! This action completely remove files and backup it with random prefix. Use at own RISK.')) return;
     326        if (!confirm('DANGER! This action completely remove files WITHOUT BACKUP. Use at own RISK.')) return;
    327327                var files = $('.mw-file').map(function(){ return $(this).data('path'); }).get();
    328328                $.post(ajaxurl, {action: 'asgard_remove_malware', files: files, security: '<?php
Note: See TracChangeset for help on using the changeset viewer.