@@ -1,12 +1,12 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Display above the entries loop when using a list layout |
|
| 4 | - * |
|
| 5 | - * @package GravityView |
|
| 6 | - * @subpackage GravityView/templates |
|
| 7 | - * |
|
| 8 | - * @global GravityView_View $this |
|
| 9 | - */ |
|
| 3 | + * Display above the entries loop when using a list layout |
|
| 4 | + * |
|
| 5 | + * @package GravityView |
|
| 6 | + * @subpackage GravityView/templates |
|
| 7 | + * |
|
| 8 | + * @global GravityView_View $this |
|
| 9 | + */ |
|
| 10 | 10 | ?> |
| 11 | 11 | <?php gravityview_before(); ?> |
| 12 | 12 | <div class="<?php gv_container_class('gv-list-container'); ?>"> |
@@ -1,10 +1,10 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Display the product field type |
|
| 4 | - * |
|
| 5 | - * @package GravityView |
|
| 6 | - * @subpackage GravityView/templates/fields |
|
| 7 | - */ |
|
| 3 | + * Display the product field type |
|
| 4 | + * |
|
| 5 | + * @package GravityView |
|
| 6 | + * @subpackage GravityView/templates/fields |
|
| 7 | + */ |
|
| 8 | 8 | |
| 9 | 9 | $gravityview_view = GravityView_View::getInstance(); |
| 10 | 10 | |
@@ -1037,15 +1037,15 @@ |
||
| 1037 | 1037 | GFForms::register_scripts(); |
| 1038 | 1038 | |
| 1039 | 1039 | $scripts = array( |
| 1040 | - 'sack', |
|
| 1041 | - 'gform_gravityforms', |
|
| 1042 | - 'gform_forms', |
|
| 1043 | - 'gform_form_admin', |
|
| 1044 | - 'jquery-ui-autocomplete' |
|
| 1040 | + 'sack', |
|
| 1041 | + 'gform_gravityforms', |
|
| 1042 | + 'gform_forms', |
|
| 1043 | + 'gform_form_admin', |
|
| 1044 | + 'jquery-ui-autocomplete' |
|
| 1045 | 1045 | ); |
| 1046 | 1046 | |
| 1047 | 1047 | if ( wp_is_mobile() ) { |
| 1048 | - $scripts[] = 'jquery-touch-punch'; |
|
| 1048 | + $scripts[] = 'jquery-touch-punch'; |
|
| 1049 | 1049 | } |
| 1050 | 1050 | |
| 1051 | 1051 | foreach ($scripts as $script) { |