Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
synergy-various-libraries
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
community
synergy-various-libraries
Commits
ac669dc5
Commit
ac669dc5
authored
Oct 23, 2018
by
Sergey Antonovich
🇯🇵
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update mobile_adaptability_form_teamplate.js
parent
5e525821
Pipeline
#74
canceled with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
11 deletions
+5
-11
Library/mobile_adaptability_form_teamplate.js
Library/mobile_adaptability_form_teamplate.js
+5
-11
No files found.
Library/mobile_adaptability_form_teamplate.js
View file @
ac669dc5
...
@@ -22,19 +22,14 @@ var portal = {
...
@@ -22,19 +22,14 @@ var portal = {
$
(
'
.asf-invalidInput
'
).
each
(
function
(
k
,
i
){
$
(
'
.asf-invalidInput
'
).
each
(
function
(
k
,
i
){
var
block
=
$
(
i
).
parent
();
var
block
=
$
(
i
).
parent
();
if
(
$
(
i
).
hasClass
(
'
asf-invalidInput
'
)){
if
(
$
(
i
).
hasClass
(
'
asf-invalidInput
'
)){
//block.find('.asf-label').css('color','rgb(255, 19, 0)');
block
.
find
(
'
.asf-label
'
).
css
(
'
color
'
,
'
rgb(255, 19, 0)
'
);
block
.
find
(
'
.asf-label
'
).
addClass
(
'
mw-invalid-label-color-error
'
);
block
.
css
(
'
border-bottom-color
'
,
'
rgb(255, 19, 0)
'
);
block
.
addClass
(
'
mw-invalid-color-error
'
);
//block.css('border-bottom-color','rgb(255, 19, 0)');
if
(
$
(
i
).
hasClass
(
'
asf-container
'
))
if
(
$
(
i
).
hasClass
(
'
asf-container
'
))
//$(i).css('border-bottom-color','rgb(255, 19, 0)');
$
(
i
).
css
(
'
border-bottom-color
'
,
'
rgb(255, 19, 0)
'
);
$
(
i
).
addClass
(
'
mw-invalid-color-error
'
);
$
(
i
).
removeClass
(
'
asf-invalidInput
'
);
$
(
i
).
removeClass
(
'
asf-invalidInput
'
);
}
else
{
}
else
{
block
.
find
(
'
.asf-label
'
).
addClass
(
'
mw-invalid-label-color-success
'
);
block
.
find
(
'
.asf-label
'
).
css
(
'
color
'
,
'
rgb(63, 162, 63)
'
);
//block.find('.asf-label').css('color','rgb(63, 162, 63)');
block
.
css
(
'
border-bottom-color
'
,
'
rgb(187, 187, 187)
'
);
//block.css('border-bottom-color','rgb(187, 187, 187)');
block
.
addClass
(
'
mw-invalid-color-success
'
);
}
}
});
});
};
};
...
@@ -486,7 +481,6 @@ var portal = {
...
@@ -486,7 +481,6 @@ var portal = {
// You`r code
// You`r code
}
}
});
});
});
});
});
});
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment