Changeset 1745287
- Timestamp:
- 10/12/2017 09:40:13 AM (8 years ago)
- Location:
- chatio
- Files:
-
- 2 edited
-
tags/1.0.0/plugin_files/js/app.js (modified) (2 diffs)
-
trunk/plugin_files/js/app.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
chatio/tags/1.0.0/plugin_files/js/app.js
r1745281 r1745287 7 7 this.resetSettings(); 8 8 this.hideInstalledButton(); 9 console.log ('go');10 9 }, 11 10 … … 65 64 cache: false, 66 65 success: function (data, status, error) { 67 console.log(chatioSettings);68 66 if(chatioSettings.notInstalled == "1") 69 67 { -
chatio/trunk/plugin_files/js/app.js
r1745281 r1745287 7 7 this.resetSettings(); 8 8 this.hideInstalledButton(); 9 console.log ('go');10 9 }, 11 10 … … 65 64 cache: false, 66 65 success: function (data, status, error) { 67 console.log(chatioSettings);68 66 if(chatioSettings.notInstalled == "1") 69 67 {
Note: See TracChangeset
for help on using the changeset viewer.