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 authored and smotornyuk committed Jun 16, 2019
1 parent f075e52 commit 5ff17e3
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 5ff17e3

Please sign in to comment.