Browse Source

studio_js dw->daw

windhamdavid 5 years ago
parent
commit
0cdeddafab
1 changed files with 2 additions and 2 deletions
  1. 2 2
      js/studio.js

+ 2 - 2
js/studio.js

@@ -34,7 +34,7 @@ jQuery(document).ready(function($) {
 		);
 	});
 	
-	$("#studio-caro").wallpaper({source: "../wp-content/themes/dw/img/desk2.jpg"});
+	$("#studio-caro").wallpaper({source: "../wp-content/themes/daw/img/desk2.jpg"});
 
 	$('#caro').carousel({
 		interval: 5000,
@@ -64,7 +64,7 @@ jQuery(document).ready(function($) {
 				$('.site-title a').addClass('light');
 				$('.carousel-indicators li').removeClass('darken-carousel-indicators');
 				$("#studio-caro").wallpaper("destroy");
-				$("#studio-caro").wallpaper({source: "../wp-content/themes/dw/img/desk2.jpg"});
+				$("#studio-caro").wallpaper({source: "../wp-content/themes/daw/img/desk2.jpg"});
 			}
 			if (consta.find('.item.active').data('id') === 1) {
 				$('.studio-subnav a[href="#webdev"]').tab('show')