Plugin Directory

Changeset 1745287


Ignore:
Timestamp:
10/12/2017 09:40:13 AM (8 years ago)
Author:
chatio
Message:

removed console.log

Location:
chatio
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chatio/tags/1.0.0/plugin_files/js/app.js

    r1745281 r1745287  
    77        this.resetSettings();
    88        this.hideInstalledButton();
    9         console.log ('go');
    109    },
    1110
     
    6564                    cache: false,
    6665                    success: function (data, status, error) {
    67                         console.log(chatioSettings);
    6866                        if(chatioSettings.notInstalled == "1")
    6967                        {
  • chatio/trunk/plugin_files/js/app.js

    r1745281 r1745287  
    77        this.resetSettings();
    88        this.hideInstalledButton();
    9         console.log ('go');
    109    },
    1110
     
    6564                    cache: false,
    6665                    success: function (data, status, error) {
    67                         console.log(chatioSettings);
    6866                        if(chatioSettings.notInstalled == "1")
    6967                        {
Note: See TracChangeset for help on using the changeset viewer.