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

Commit

Permalink
Also fix broken JS on home page after minification.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Craciunoiu committed Nov 19, 2010
1 parent c549430 commit 89a38e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion media/js/libs/jquery.modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ jQuery.fn.initClickModal = function (options) {
}

return this;
}
};
2 changes: 1 addition & 1 deletion settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -368,8 +368,8 @@ def JINJA_CONFIG():
'js/browserdetect.js',
'js/libs/swfobject.js',
'js/libs/jquery.selectbox-1.2.js',
'js/screencast.js',
'js/libs/jquery.modal.js',
'js/screencast.js',
'js/wiki.js',
'js/libs/jqueryui.min.js',
'js/tags.js',
Expand Down

0 comments on commit 89a38e2

Please sign in to comment.