Plugin Directory

Changeset 1281237


Ignore:
Timestamp:
11/06/2015 04:24:59 PM (10 years ago)
Author:
Pixelwelt
Message:

Fixed issues for ab report box

Location:
octavius-rocks/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • octavius-rocks/trunk/admin/js/octavius-dashboard.js

    r1281223 r1281237  
    3030         */
    3131        this.init_ab = function(){
    32         console.log("init_ab");
    3332            /**
    3433             * upate table on socket event
    3534             */
    3635            socket.on('update_ab_top_reports', function(data){
    37             console.log(data);
    3836                if(data.error){ //if no results found
    3937                    $results_ab.empty();
     
    6058                    data: {ids: content_ids},
    6159                    success: function(_data){
    62                     console.log("get_ab_info");
    6360                        $results_ab.empty();
    6461                        $loading_ab.css("visibility", "hidden");
     
    141138        var ab_timeout = null;
    142139        this.get_ab_significant_contents = function(){
    143         console.log("get_ab_significant_contents");
    144140            clearTimeout(ab_timeout);
    145141            ab_timeout = setTimeout(function(){
     
    148144        }
    149145        this.emit_get_ab_significant_contents = function(){
    150         console.log("emit_get_ab_significant_contents");
    151146            $loading_ab.css("visibility", "visible");
    152147            if(!oc.admincore.is_ready){
  • octavius-rocks/trunk/octavius-client.php

    r1281156 r1281237  
    88 * Plugin URI:        http://www.palasthotel.de
    99 * Description:       Tacking click paths
    10  * Version:           1.3.8
     10 * Version:           1.3.9
    1111 * Author:            PALASTHOTEL by Edward
    1212 * Author URI:        http://www.palasthotel.de
  • octavius-rocks/trunk/readme.txt

    r1281156 r1281237  
    55Requires at least: 4.0
    66Tested up to: 4.3
    7 Stable tag: 1.3.8
     7Stable tag: 1.3.9
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3333
    3434== Changelog ==
     35
     36= 1.3.9 =
     37 * Fixed some errors in AB-Results Box.
    3538
    3639= 1.3.8 =
Note: See TracChangeset for help on using the changeset viewer.