Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Merge pull request #7 from christianwach/master
Browse files Browse the repository at this point in the history
fixes for when the contents tab is selected as default
  • Loading branch information
christianwach committed Oct 9, 2012
2 parents 5605fd2 + e6f110d commit 8e90921
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion cp-ajax-comments-page.dev.js
Expand Up @@ -313,7 +313,7 @@ jQuery(document).ready(function($) {
* @todo:
*
*/
jQuery('#commentform').live('submit', function(evt) {
jQuery('#commentform').on('submit', function(evt) {

// set global flag
cpac_submitting = true;
Expand Down
2 changes: 1 addition & 1 deletion cp-ajax-comments-page.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cp-ajax-comments.dev.js
Expand Up @@ -737,7 +737,7 @@ jQuery(document).ready(function($) {
* @todo:
*
*/
jQuery('#commentform').live('submit', function(evt) {
jQuery('#commentform').on('submit', function(evt) {

// set global flag
cpac_submitting = true;
Expand Down
2 changes: 1 addition & 1 deletion cp-ajax-comments.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8e90921

Please sign in to comment.