File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 225
225
226
226
function resizeHiddenContainers ( everytime ) {
227
227
$ ( ".visualizer-front" ) . parents ( ) . each ( function ( ) {
228
- if ( ! $ ( this ) . hasClass ( "visualizer-hidden-container" ) ) {
228
+ if ( ! $ ( this ) . is ( ":visible" ) && ! $ ( this ) . hasClass ( "visualizer-hidden-container" ) ) {
229
229
$ ( this ) . addClass ( "visualizer-hidden-container" ) ;
230
230
}
231
231
} ) ;
Original file line number Diff line number Diff line change 2
2
# This file is distributed under the GPL v2.0 or later.
3
3
msgid ""
4
4
msgstr ""
5
- "Project-Id-Version : Visualizer: Charts and Graphs Lite 2.0.5 \n "
5
+ "Project-Id-Version : Visualizer: Charts and Graphs Lite 2.1.0 \n "
6
6
"Report-Msgid-Bugs-To : https://github.com/Codeinwp/visualizer/issues\n "
7
- "POT-Creation-Date : 2017-05-12 11:50:18 +00:00\n "
7
+ "POT-Creation-Date : 2017-05-16 06:15:21 +00:00\n "
8
8
"MIME-Version : 1.0\n "
9
9
"Content-Type : text/plain; charset=utf-8\n "
10
10
"Content-Transfer-Encoding : 8bit\n "
@@ -100,7 +100,9 @@ msgstr ""
100
100
#: classes/Visualizer/Module/Admin.php:458
101
101
msgid "Pro Addon"
102
102
msgstr ""
103
-
103
+
104
+ #: classes/Visualizer/Module/Chart.php:298
105
+ #: classes/Visualizer/Module/Chart.php:580
104
106
msgid "You have entered invalid URL. Please, insert proper URL."
105
107
msgstr ""
106
108
You can’t perform that action at this time.
0 commit comments