diff --git a/Gruntfile.js b/Gruntfile.js
index f47e6a4..641fe24 100755
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -19,7 +19,7 @@
'use strict';
var pkg = require('./package.json');
-var SEQUENT_CONFIG_VERSION = '10.4.0';
+var SEQUENT_CONFIG_VERSION = '10.4.1';
//Using exclusion patterns slows down Grunt significantly
//instead of creating a set of patterns like '**/*.js' and '!**/node_modules/**'
@@ -299,13 +299,13 @@ module.exports = function (grunt) {
{selector:'head',html:''},
{selector:'head',html:''},
{selector:'body',html:'<%= variables.elections_html_body_include %>'},
- {selector:'body',html:''},
+ {selector:'body',html:''},
{selector:'body',html:''},
- {selector:'body',html:''},
- {selector:'body',html:''},
- {selector:'body',html:''},
- {selector:'body',html:''},
- {selector:'body',html:''},
+ {selector:'body',html:''},
+ {selector:'body',html:''},
+ {selector:'body',html:''},
+ {selector:'body',html:''},
+ {selector:'body',html:''},
{selector:'head',html:''},
{selector:'head',html:''},
{selector:'head',html:''}
@@ -339,9 +339,9 @@ module.exports = function (grunt) {
'temp/libnocompat.js': ['<%= dom_munger.data.libnocompatjs %>'],
'temp/lib.js': ['<%= dom_munger.data.libjs %>'],
'temp/app.js': ['<%= dom_munger.data.appjs %>','<%= ngtemplates.main.dest %>','<%= ngtemplates.common.dest %>'],
- 'dist/SequentConfig-v10.4.0.js': ['SequentConfig.js'],
- 'dist/SequentThemes-v10.4.0.js': ['node_modules/common-ui/dist/SequentThemes-v10.4.0.js'],
- 'dist/SequentPlugins-v10.4.0.js': [
+ 'dist/SequentConfig-v10.4.1.js': ['SequentConfig.js'],
+ 'dist/SequentThemes-v10.4.1.js': ['node_modules/common-ui/dist/SequentThemes-v10.4.1.js'],
+ 'dist/SequentPlugins-v10.4.1.js': [
'SequentPluginsConfig.js',
'plugins/**/*.js',
'!plugins/**/*-spec.js'
@@ -417,10 +417,10 @@ module.exports = function (grunt) {
beautify: true
},
files: {
- 'dist/app-v10.4.0.min.js': 'temp/app.js',
- 'dist/lib-v10.4.0.min.js': 'temp/lib.js',
- 'dist/libnocompat-v10.4.0.min.js': 'temp/libnocompat.js',
- 'dist/libcompat-v10.4.0.min.js': 'temp/libcompat.js',
+ 'dist/app-v10.4.1.min.js': 'temp/app.js',
+ 'dist/lib-v10.4.1.min.js': 'temp/lib.js',
+ 'dist/libnocompat-v10.4.1.min.js': 'temp/libnocompat.js',
+ 'dist/libcompat-v10.4.1.min.js': 'temp/libcompat.js',
'dist/avWidgets.min.js': 'avWidgets.js',
"dist/locales/moment/en.js": "node_modules/moment/locale/en-gb.js",
diff --git a/SequentConfig.js b/SequentConfig.js
index 001d396..ba176a3 100644
--- a/SequentConfig.js
+++ b/SequentConfig.js
@@ -20,7 +20,7 @@
* in this same file, which you might want to edit and tune if needed.
*/
-var SEQUENT_CONFIG_VERSION = '10.4.0';
+var SEQUENT_CONFIG_VERSION = '10.4.1';
var SequentConfigData = {
// the base url path for ajax requests, for example for sending ballots or
@@ -221,7 +221,7 @@ var SequentConfigData = {
title: ""
},
- mainVersion: '10.4.0',
+ mainVersion: '10.4.1',
repoVersions: [],
// Number of seconds after which an authentication token expires.
diff --git a/SequentPluginsConfig.js b/SequentPluginsConfig.js
index 0fc4098..1e79fa4 100644
--- a/SequentPluginsConfig.js
+++ b/SequentPluginsConfig.js
@@ -1,4 +1,4 @@
-var SEQUENT_PLUGINS_CONFIG_VERSION = '10.4.0';
+var SEQUENT_PLUGINS_CONFIG_VERSION = '10.4.1';
angular.module('SequentPluginsConfig', [])
.factory('PluginsConfigService', function() {
return {};
diff --git a/index.html b/index.html
index 3b6d948..448aeb0 100755
--- a/index.html
+++ b/index.html
@@ -15,8 +15,8 @@
-
-
+
+
@@ -33,10 +33,10 @@
-
+
-
+
diff --git a/package.json b/package.json
index d2550be..acb9cb4 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "election-portal",
- "version" : "10.4.0",
+ "version" : "10.4.1",
"license": "AGPL-3.0-only",
"author": {
"name": "Sequent Tech Inc and others",
@@ -52,7 +52,7 @@
},
"dependencies": {
"angular-aria": "^1.8.2",
- "common-ui": "https://github.com/sequentech/common-ui.git#10.4.0"
+ "common-ui": "https://github.com/sequentech/common-ui.git#10.4.1"
},
"resolutions": {
"**/follow-redirects": "1.15.6",