Completed
Push — master ( 9f9e0e...869e28 )
by
unknown
01:48
created
public/includes/assets.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@  discard block
 block discarded – undo
73 73
 			$postid 			= get_the_ID();
74 74
 			
75 75
 			$post_date = get_the_time('U', $postid);
76
-            $delta = time() - $post_date;
76
+			$delta = time() - $post_date;
77 77
 
78 78
 			$strings = array(
79 79
 				'save' 				=> __('Save','lasso'),
@@ -208,7 +208,7 @@  discard block
 block discarded – undo
208 208
 			
209 209
 			
210 210
 			if (!$using_restapiv2) {
211
-               // enqueue REST API V1
211
+			   // enqueue REST API V1
212 212
 			   wp_enqueue_script( 'wp-api-js', LASSO_URL.'/public/assets/js/source/util--wp-api.js', array( 'jquery', 'underscore', 'backbone' ), LASSO_VERSION, true );
213 213
 			   $settings = array( 'root' => home_url( $home_url ), 'nonce' => wp_create_nonce( 'wp_json' ) );
214 214
 			   wp_localize_script( 'wp-api-js', 'WP_API_Settings', $settings );
@@ -218,7 +218,7 @@  discard block
 block discarded – undo
218 218
 			if ($show_color) {
219 219
 				wp_enqueue_script('lasso', LASSO_URL. "/public/assets/js/lasso{$postfix}.js", array('jquery', 'wp-api','iris'), LASSO_VERSION, true);
220 220
 			} else {
221
-			    wp_enqueue_script('lasso', LASSO_URL. "/public/assets/js/lasso{$postfix}.js", array('jquery', 'wp-api'), LASSO_VERSION, true);
221
+				wp_enqueue_script('lasso', LASSO_URL. "/public/assets/js/lasso{$postfix}.js", array('jquery', 'wp-api'), LASSO_VERSION, true);
222 222
 			}
223 223
 			wp_localize_script('lasso', 'lasso_editor', apply_filters('lasso_localized_objects', $objects ) );
224 224
 
Please login to merge, or discard this patch.