Skip to content

Commit cb305b4

Browse files
committed
Codacy fixes
1 parent e5bce2b commit cb305b4

File tree

20 files changed

+108
-117
lines changed

20 files changed

+108
-117
lines changed

404.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646
<a class="internal-suggestion" href="<?php echo get_permalink(); ?>"><?php the_title(); ?></a>
4747
</h3>
48-
<?php endwhile; ?>
48+
<?php endwhile; ?>
4949
<p><a href="<?php echo home_url('/'); ?>?s=<?php echo str_replace('-', '+', nebula()->slug_keywords); ?>"><?php _e('View all results', 'nebula'); ?> &raquo;</a></p>
5050
</div>
5151
<?php endif; ?>

Nebula-Child/assets/js/main.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jQuery(function(){
1919
window.performance.measure('child_dom_ready_functions', 'child_dom_ready_start', 'child_dom_ready_end');
2020
}); //End Document Ready
2121

22-
2322
/*==========================
2423
Window Load
2524
===========================*/
@@ -33,7 +32,6 @@ jQuery(window).on('load', function(){
3332
window.performance.measure('child_window_load_functions', 'child_window_load_start', 'child_window_load_end');
3433
}); //End Window Load
3534

36-
3735
/*==========================
3836
Window Resize
3937
===========================*/
@@ -44,8 +42,6 @@ jQuery(window).on('resize', function(){
4442
}, 500);
4543
}); //End Window Resize
4644

47-
48-
4945
/*==========================
5046
Child Functions
5147
To override a parent function, simply redefine it here.

Nebula-Child/resources/sw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//BEGIN automated edits. These will be automatically overwritten.
22
var THEME_NAME = 'nebula-child';
3-
var NEBULA_VERSION = 'v6.11.30.8837'; //Tuesday, April 30, 2019 9:12:33 PM
3+
var NEBULA_VERSION = 'v6.12.1.0001'; //Wednesday, May 1, 2019 11:20:03 AM
44
var OFFLINE_URL = 'https://gearside.com/nebula/offline/';
55
var OFFLINE_IMG = 'https://gearside.com/nebula/wp-content/themes/Nebula-master/assets/img/offline.svg';
66
var OFFLINE_GA_DIMENSION = 'cd2';

Nebula-Child/style.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/admin.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/critical.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/login.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/pre.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/js/admin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ function nebulaUniqueSlugChecker(){
511511
});
512512
}
513513
return this;
514-
}
514+
};
515515
})(jQuery);
516516

517517
//container is the parent container, parent is the individual item, value is usually the input val.

assets/scss/pre.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
.nebula-code-con {margin: 0 0 20px 0;}
66
pre.nebula-code,
7-
.nebula-code-con pre {position: relative; display: block; height: auto; font: normal 12px/22px Monaco, Monospace !important; color: #222; margin: 0; padding: 0 1em; overflow-x: auto; white-space: pre; word-wrap: normal; border: 1px solid #444; border-left: 5px solid #444;
7+
.nebula-code-con pre {position: relative; display: block; height: auto; font: normal 12px/22px "Monaco", Monospace !important; color: #222; margin: 0; padding: 0 1em; overflow-x: auto; white-space: pre; word-wrap: normal; border: 1px solid #444; border-left: 5px solid #444;
88
background: -webkit-repeating-linear-gradient(top, #f2f2f2 0px, #f2f2f2 22px, #e8e8e8 22px, #e8e8e8 44px);
99
background: -moz-repeating-linear-gradient(top, #f2f2f2 0px, #f2f2f2 22px, #e8e8e8 22px, #e8e8e8 44px);
1010
background: -ms-repeating-linear-gradient(top, #f2f2f2 0px, #f2f2f2 22px, #e8e8e8 22px, #e8e8e8 44px);

0 commit comments

Comments
 (0)