Skip to content
This repository has been archived by the owner on Oct 29, 2019. It is now read-only.

Commit

Permalink
remove info statements
Browse files Browse the repository at this point in the history
  • Loading branch information
FinalAngel committed Jun 18, 2015
1 parent 226b0a6 commit 700b572
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,15 @@ var Cl = window.Cl || {};

Cl.newsBlog = {

// INFO: autoinit certain functionalities
init: function () {
var that = this;

// there might be more addons available within one page
$('.js-aldryn-newsblog-article-search').each(function () {
that._search($(this));
});
},

// INFO: handles search form
_search: function (container) {
var form = container.find('form');

Expand Down

0 comments on commit 700b572

Please sign in to comment.