Changeset 1700807
- Timestamp:
- 07/22/2017 04:05:34 PM (9 years ago)
- File:
-
- 1 edited
-
commentsafe/trunk/wpcar.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
commentsafe/trunk/wpcar.js
r1679656 r1700807 9 9 10 10 var wpcar_buttonText = jQuery(wpcar_post_comment_button).val(); 11 12 if(wpcar_buttonText != null) {11 //console.log(wpcar_buttonText); 12 /*if(wpcar_buttonText != null) { 13 13 wpcar_waitSeconds = wpcar_buttonText.match(/\d+/)[0]; 14 14 } 15 15 */ 16 16 setInterval(function() { 17 17
Note: See TracChangeset
for help on using the changeset viewer.