diff options
Diffstat (limited to 'static/functions/news_ajax.js')
-rw-r--r-- | static/functions/news_ajax.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/static/functions/news_ajax.js b/static/functions/news_ajax.js index 729cb4c..1623937 100644 --- a/static/functions/news_ajax.js +++ b/static/functions/news_ajax.js @@ -4,11 +4,7 @@ function news_ajax(event, count, offset, privileged) { * count - Number of news items to fetch. * offset - Database offset for fetching news. * privilege - Gotta check your privilege (used to show/hide [Edit] on news). - * - * This function isn't wrapped in jQuery, be sure we use it - * instead of the mix-mashed Gazelle $ function. */ - var $ = jQuery.noConflict(); // Unbind onclick to avoid spamclicks. $(event.target).attr('onclick', 'return false;'); // Fetch news data, check for errors etc. |