Skip to content

Commit 9b9b373

Browse files
committed
Adapted application.js to WP using jQuery noConflict mode
1 parent fe2bade commit 9b9b373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/application.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$(document).ready(function(){
1+
jQuery(document).ready(function($) {
22

33
// Google code prettify
44
// ====================

0 commit comments

Comments
 (0)