Skip to content

Commit

Permalink
Removed http protocol from jQuery CDN url
Browse files Browse the repository at this point in the history
  • Loading branch information
umarsheikh13 committed Nov 30, 2016
1 parent 98e6a43 commit 70c0fec
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 1 deletion.
37 changes: 37 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so

# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip

# Logs and databases #
######################
*.log
*.sql
*.sqlite

# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
2 changes: 1 addition & 1 deletion process.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

<p><img src="<?php echo plugin_dir_url( __FILE__ ) . 'img/loading.gif' ?>" alt="<?php esc_attr_e( 'Please wait.', 'woogiving' ); ?>"></p>

<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-2.1.4.min.js"><\/script>')</script>
<script type="text/javascript">

Expand Down

0 comments on commit 70c0fec

Please sign in to comment.