Changeset 1969535
- Timestamp:
- 11/06/2018 06:10:37 AM (7 years ago)
- File:
-
- 1 edited
-
traveladsnetwork-com/trunk/assets/js/pageEdit.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
traveladsnetwork-com/trunk/assets/js/pageEdit.js
r1966393 r1969535 177 177 }; 178 178 179 // 179 180 // creation of the Regex (list of keywords) 181 // 180 182 data=keyWords; 181 183 var to_replace = ''; … … 184 186 to_replace += '(worldThatWillNeverAppearNowhere)'; 185 187 186 tinymce.get('content').on('keyup',function(e) { 187 firstTime = true; 188 }); 189 190 $('#content').on('input', function(){ 191 firstTime = true; 192 }) 188 if(!!tinymce.get('content')) 189 tinymce.get('content').on('keyup',function(e) { 190 firstTime = true; 191 }); 192 193 if($('#content').length) 194 $('#content').on('input', function(){ 195 firstTime = true; 196 }) 193 197 194 198 function tan_parseAllContent(content) {
Note: See TracChangeset
for help on using the changeset viewer.