Changeset 3065399
- Timestamp:
- 04/05/2024 11:14:28 AM (2 years ago)
- Location:
- roomcloud
- Files:
-
- 7 edited
- 15 copied
-
tags/2.0.21 (copied) (copied from roomcloud/trunk)
-
tags/2.0.21/CSS/wp_se1_horizontal_template.css (copied) (copied from roomcloud/trunk/CSS/wp_se1_horizontal_template.css)
-
tags/2.0.21/CSS/wp_se1_horizontal_template_multi_hotel.css (copied) (copied from roomcloud/trunk/CSS/wp_se1_horizontal_template_multi_hotel.css)
-
tags/2.0.21/CSS/wp_se1_vertical_template.css (copied) (copied from roomcloud/trunk/CSS/wp_se1_vertical_template.css)
-
tags/2.0.21/CSS/wp_se2_horizontal_template.css (copied) (copied from roomcloud/trunk/CSS/wp_se2_horizontal_template.css)
-
tags/2.0.21/CSS/wp_se2_horizontal_template_multi_hotel.css (copied) (copied from roomcloud/trunk/CSS/wp_se2_horizontal_template_multi_hotel.css)
-
tags/2.0.21/CSS/wp_se2_vertical_template.css (copied) (copied from roomcloud/trunk/CSS/wp_se2_vertical_template.css)
-
tags/2.0.21/JS/wp_se1_horizontal_template.js (copied) (copied from roomcloud/trunk/JS/wp_se1_horizontal_template.js) (1 diff)
-
tags/2.0.21/JS/wp_se1_horizontal_template_multi_hotel.js (copied) (copied from roomcloud/trunk/JS/wp_se1_horizontal_template_multi_hotel.js) (1 diff)
-
tags/2.0.21/JS/wp_se1_vertical_template.js (copied) (copied from roomcloud/trunk/JS/wp_se1_vertical_template.js) (1 diff)
-
tags/2.0.21/JS/wp_se2_horizontal_template.js (copied) (copied from roomcloud/trunk/JS/wp_se2_horizontal_template.js) (1 diff)
-
tags/2.0.21/JS/wp_se2_horizontal_template_multi_hotel.js (copied) (copied from roomcloud/trunk/JS/wp_se2_horizontal_template_multi_hotel.js) (1 diff)
-
tags/2.0.21/JS/wp_se2_vertical_template.js (copied) (copied from roomcloud/trunk/JS/wp_se2_vertical_template.js) (1 diff)
-
tags/2.0.21/readme.txt (copied) (copied from roomcloud/trunk/readme.txt) (2 diffs)
-
tags/2.0.21/roomcloud.php (copied) (copied from roomcloud/trunk/roomcloud.php)
-
trunk/JS/wp_se1_horizontal_template.js (modified) (1 diff)
-
trunk/JS/wp_se1_horizontal_template_multi_hotel.js (modified) (1 diff)
-
trunk/JS/wp_se1_vertical_template.js (modified) (1 diff)
-
trunk/JS/wp_se2_horizontal_template.js (modified) (1 diff)
-
trunk/JS/wp_se2_horizontal_template_multi_hotel.js (modified) (1 diff)
-
trunk/JS/wp_se2_vertical_template.js (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
roomcloud/tags/2.0.21/JS/wp_se1_horizontal_template.js
r3010610 r3065399 371 371 372 372 373 child_cnt=jQuery(".app_child_cnt_"+btn_target_room). size();373 child_cnt=jQuery(".app_child_cnt_"+btn_target_room).length; 374 374 size=idx; 375 375 -
roomcloud/tags/2.0.21/JS/wp_se1_horizontal_template_multi_hotel.js
r3010610 r3065399 379 379 380 380 381 child_cnt=jQuery(".app_child_cnt_"+btn_target_room). size();381 child_cnt=jQuery(".app_child_cnt_"+btn_target_room).length; 382 382 size=idx; 383 383 -
roomcloud/tags/2.0.21/JS/wp_se1_vertical_template.js
r3010610 r3065399 235 235 236 236 237 child_cnt=jQuery(".app_child_cnt_"+btn_target_room). size();237 child_cnt=jQuery(".app_child_cnt_"+btn_target_room).length; 238 238 size=idx; 239 239 -
roomcloud/tags/2.0.21/JS/wp_se2_horizontal_template.js
r3010610 r3065399 544 544 545 545 546 child_cnt=jQuery(".app_child_cnt_"+btn_target_room). size();546 child_cnt=jQuery(".app_child_cnt_"+btn_target_room).length; 547 547 size=idx; 548 548 -
roomcloud/tags/2.0.21/JS/wp_se2_horizontal_template_multi_hotel.js
r3010610 r3065399 552 552 553 553 554 child_cnt=jQuery(".app_child_cnt_"+btn_target_room). size();554 child_cnt=jQuery(".app_child_cnt_"+btn_target_room).length; 555 555 size=idx; 556 556 -
roomcloud/tags/2.0.21/JS/wp_se2_vertical_template.js
r3010610 r3065399 210 210 211 211 212 child_cnt=jQuery(".app_child_cnt_"+btn_target_room). size();212 child_cnt=jQuery(".app_child_cnt_"+btn_target_room).length; 213 213 size=idx; 214 214 -
roomcloud/tags/2.0.21/readme.txt
r3010610 r3065399 6 6 Tested up to: 6.2.2 7 7 Requires PHP: 7 8 Stable tag: 2.0.2 08 Stable tag: 2.0.21 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 82 82 = 2.0.20 = 83 83 added parameter first_dow (0=sunday, 1 monday etc) 84 84 = 2.0.20 = 85 Javascript bug fix 85 86 == Frequently Asked Questions == 86 87 = Do I need a Roomcloud account? = -
roomcloud/trunk/JS/wp_se1_horizontal_template.js
r3010610 r3065399 371 371 372 372 373 child_cnt=jQuery(".app_child_cnt_"+btn_target_room). size();373 child_cnt=jQuery(".app_child_cnt_"+btn_target_room).length; 374 374 size=idx; 375 375 -
roomcloud/trunk/JS/wp_se1_horizontal_template_multi_hotel.js
r3010610 r3065399 379 379 380 380 381 child_cnt=jQuery(".app_child_cnt_"+btn_target_room). size();381 child_cnt=jQuery(".app_child_cnt_"+btn_target_room).length; 382 382 size=idx; 383 383 -
roomcloud/trunk/JS/wp_se1_vertical_template.js
r3010610 r3065399 235 235 236 236 237 child_cnt=jQuery(".app_child_cnt_"+btn_target_room). size();237 child_cnt=jQuery(".app_child_cnt_"+btn_target_room).length; 238 238 size=idx; 239 239 -
roomcloud/trunk/JS/wp_se2_horizontal_template.js
r3010610 r3065399 544 544 545 545 546 child_cnt=jQuery(".app_child_cnt_"+btn_target_room). size();546 child_cnt=jQuery(".app_child_cnt_"+btn_target_room).length; 547 547 size=idx; 548 548 -
roomcloud/trunk/JS/wp_se2_horizontal_template_multi_hotel.js
r3010610 r3065399 552 552 553 553 554 child_cnt=jQuery(".app_child_cnt_"+btn_target_room). size();554 child_cnt=jQuery(".app_child_cnt_"+btn_target_room).length; 555 555 size=idx; 556 556 -
roomcloud/trunk/JS/wp_se2_vertical_template.js
r3010610 r3065399 210 210 211 211 212 child_cnt=jQuery(".app_child_cnt_"+btn_target_room). size();212 child_cnt=jQuery(".app_child_cnt_"+btn_target_room).length; 213 213 size=idx; 214 214 -
roomcloud/trunk/readme.txt
r3010610 r3065399 6 6 Tested up to: 6.2.2 7 7 Requires PHP: 7 8 Stable tag: 2.0.2 08 Stable tag: 2.0.21 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 82 82 = 2.0.20 = 83 83 added parameter first_dow (0=sunday, 1 monday etc) 84 84 = 2.0.20 = 85 Javascript bug fix 85 86 == Frequently Asked Questions == 86 87 = Do I need a Roomcloud account? =
Note: See TracChangeset
for help on using the changeset viewer.