Plugin Directory

Changeset 2649392


Ignore:
Timestamp:
12/27/2021 10:06:40 AM (4 years ago)
Author:
calltouch
Message:

fix input name bug

Location:
calltouch/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • calltouch/trunk/calltouch.php

    r2649381 r2649392  
    44Plugin URI:   https://www.calltouch.ru
    55Description:  Интеграция с Calltouch позволит вам эффективно анализировать отдачу ваших рекламных кампаний: вы узнаете сколько тратите на рекламу, сколько эта реклама приносит вам звонков и заявок, и главное, сколько эти лиды приносят вам реальной выручки.
    6 Version:      1.3.2
     6Version:      1.3.3
    77License:      GPL2
    88License URI:  https://www.gnu.org/licenses/gpl-2.0.html
     
    180180            tr.innerHTML =
    181181                '<th scope="row"><label for="calltouch-mod-id-'+(modIdCount+1)+'">ID счетчика Calltouch #<span class="calltouch-mod-id-num">'+(modIdCount+1)+'</span></label></th>' +
    182                 '<td><input  class="calltouch-mod-id" maxlength="8"  id="calltouch-mod-id-'+(modIdCount+1)+' name="mod_id[]" type="text" value=""/>' +
     182                '<td><input  class="calltouch-mod-id" maxlength="8"  id="calltouch-mod-id-'+(modIdCount+1)+'" name="mod_id[]" type="text" value=""/>' +
    183183                '  <a id="calltouch-del-mod-id" class="button button-primary calltouch-del-mod-id">удалить</a>' +
    184184                '<div style="color: red" class="calltouch-mod-error"></div>' +
  • calltouch/trunk/readme.txt

    r2649381 r2649392  
    44Requires at least: 3.0
    55Tested up to: 5.8
    6 Stable tag: 1.3.2
     6Stable tag: 1.3.3
    77Requires PHP: 5.0.0
    88License: GPLv2 or later
Note: See TracChangeset for help on using the changeset viewer.