Skip to content

Commit

Permalink
Bootstrap 2 is removed from master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
usingsky committed May 15, 2019
1 parent c4bf4ad commit 4142c32
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ckan/public-bs2/base/javascript/modules/followers-counter.js
Expand Up @@ -61,8 +61,6 @@ this.ckan.module('followers-counter', function($) {
var action = options.action;
var incrementedFollowers;

locale = locale ? locale.replace('_', '-') : locale;

if (action === 'follow') {
incrementedFollowers = (++this.options.num_followers).toLocaleString(locale);
} else if (action === 'unfollow') {
Expand Down

0 comments on commit 4142c32

Please sign in to comment.