File tree 6 files changed +1
-150
lines changed
6 files changed +1
-150
lines changed Original file line number Diff line number Diff line change @@ -100,18 +100,6 @@ public function enqueue_scripts() {
100
100
* between the defined hooks and the functions defined in this
101
101
* class.
102
102
*/
103
-
104
- wp_enqueue_script ($ this ->plugin_name ,
105
- plugin_dir_url (__FILE__ ) . 'js/wplibcalhours-public.js ' ,
106
- array ('jquery ' ),
107
- $ this ->version ,
108
- false );
109
-
110
- wp_enqueue_script ($ this ->plugin_name . '-grid ' ,
111
- plugin_dir_url (__FILE__ ) . 'js/grid.js ' ,
112
- [],
113
- $ this ->version ,
114
- ['in_footer ' => true , 'strategy ' => 'defer ' ]);
115
103
}
116
104
117
105
/**
Original file line number Diff line number Diff line change 6
6
display : none;
7
7
}
8
8
9
- .wplibcalhours .prev {
10
- float : left;
11
- }
12
-
13
- .wplibcalhours .next {
14
- float : right;
15
- }
16
-
17
9
.wplibcalhours tbody td {
18
10
vertical-align : top;
19
11
}
68
60
text-align : left;
69
61
}
70
62
71
- .hours-more {
72
- margin-top : 25px ;
73
- }
74
-
75
- .hours-more button {
76
- border : 2px solid # 13294b ;
77
- border-radius : 5px ;
78
- padding : 8px 10px ;
79
- color : white;
80
- min-width : 130px ;
81
- }
82
-
83
- .hours-more button : hover ,
84
- .hours-more button : focus {
85
- background-color : transparent;
86
- color : # 13294b ;
87
- }
88
-
89
63
.circle {
90
64
width : 10px ;
91
65
height : 10px ;
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -59,9 +59,4 @@ class="hours-list-view <?php echo $this->setClassList($stacked) ?>">
59
59
</div>
60
60
<?php endif ?>
61
61
<?php endforeach ?>
62
- </div>
63
- <?php if (count ($ chunked_weeks ) > 1 ): ?>
64
- <div class="hours-more">
65
- <button id="<?php echo $ base_location ?> ">View all hours</button>
66
- </div>
67
- <?php endif ?>
62
+ </div>
Original file line number Diff line number Diff line change 19
19
</tr>
20
20
<?php endfor ?>
21
21
</tbody>
22
-
23
- <?php if ($ num_weeks > 1 ): ?>
24
- <tfoot>
25
- <tr>
26
- <td colspan="3">
27
- <a class="prev hidden">« <?php __ ( 'previous ' , 'wplibcalhours ' ) ?> </a>
28
- <a class="next"><?php __ ( 'next ' , 'wplibcalhours ' ) ?> »</a>
29
- </td>
30
- </tr>
31
- </tfoot>
32
- <?php endif ?>
33
22
</table>
You can’t perform that action at this time.
0 commit comments