Changeset 999351
- Timestamp:
- 09/30/2014 06:03:34 PM (11 years ago)
- Location:
- because/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (1 diff)
-
public/assets/js/public.js (modified) (3 diffs)
-
social-polling.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
because/trunk/README.txt
r999337 r999351 7 7 Tested up to: 4.0 8 8 <<<<<<< .mine 9 Stable tag: 1.3. 49 Stable tag: 1.3.5 10 10 ======= 11 Stable tag: 1.3. 411 Stable tag: 1.3.5 12 12 >>>>>>> .r969865 13 13 License: GPLv2 or later -
because/trunk/public/assets/js/public.js
r999334 r999351 52 52 53 53 54 54 if(data === "You already voted"){ 55 $('#social_polling_see_results_wrapper').html('You Already Voted'); 56 } 57 else{ 58 $('#social_polling_see_results_wrapper').html(''); 59 } 55 60 56 61 … … 148 153 149 154 150 var $answer1_html = '<h1>'+answer_1_percent+'%</h1> Votes';151 152 var $answer2_html = '<h1>'+answer_2_percent+'%</h1> Votes';155 var $answer1_html = '<h1>'+answer_1_percent+'%</h1>'; 156 157 var $answer2_html = '<h1>'+answer_2_percent+'%</h1>'; 153 158 154 159 … … 234 239 235 240 236 $(" #textarea")241 $("textarea") 237 242 .focus(function() { 238 243 if (this.value === this.defaultValue) { -
because/trunk/social-polling.php
r999337 r999351 34 34 35 35 <<<<<<< .mine 36 * Version: 1.3. 436 * Version: 1.3.5 37 37 ======= 38 * Version: 1.3. 438 * Version: 1.3.5 39 39 >>>>>>> .r969865 40 40
Note: See TracChangeset
for help on using the changeset viewer.