Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
le-inep-bar
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
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
le6
le-inep-bar
Commits
e0e64220
Commit
e0e64220
authored
Nov 05, 2018
by
Guilherme Becker Agge
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SCRUM#608
: Fix message
parent
0dfaf11a
Pipeline
#18408
failed with stages
in 5 minutes and 40 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
package/le-inep-bar@c3sl.ufpr.br/extension.js
package/le-inep-bar@c3sl.ufpr.br/extension.js
+3
-2
No files found.
package/le-inep-bar@c3sl.ufpr.br/extension.js
View file @
e0e64220
...
...
@@ -53,7 +53,7 @@ function getSchool() {
escola
=
'
INEP AINDA NÃO INSERIDO!
'
;
color
=
'
red
'
;
textoInfo
=
'
CLIQUE AQUI PARA INSERIR O NÚMERO DO INEP
'
;
Main
.
notify
(
'
O INEP da sua escola ainda não foi configado!
'
);
Main
.
notify
(
'
O INEP da sua escola ainda não foi config
ur
ado!
'
);
}
}
...
...
@@ -97,7 +97,8 @@ function init() {
});
button
.
connect
(
'
button-press-event
'
,
function
(){
GLib
.
spawn_command_line_async
(
'
/usr/lib/le-proinfodata/dialog_inep.sh --reconfigure
'
);
var
scriptConf
=
'
/usr/lib/le-proinfodata/dialog_inep.sh --reconfigure
'
;
GLib
.
spawn_command_line_async
(
scriptConf
);
infoBox
.
hide
();
});
...
...
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