Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
94
Merge Requests
10
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
A prog2-höz tartozó friss repo anyagok itt elérhetőek:
https://git.iit.bme.hu/
Commit
fee9277e
authored
Sep 09, 2013
by
Őry Máté
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dashboard: remove silly alerts
parent
8bd9c5f5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
circle/dashboard/templates/dashboard/vm-detail-console.html
+2
-3
No files found.
circle/dashboard/templates/dashboard/vm-detail-console.html
View file @
fee9277e
...
@@ -39,7 +39,6 @@
...
@@ -39,7 +39,6 @@
}
}
$
(
'a[data-toggle$="pill"][href!="#console"]'
).
click
(
function
()
{
$
(
'a[data-toggle$="pill"][href!="#console"]'
).
click
(
function
()
{
alert
(
'SZIA'
);
if
(
rfb
)
{
if
(
rfb
)
{
rfb
.
disconnect
();
rfb
.
disconnect
();
rfb
=
0
;
rfb
=
0
;
...
@@ -50,9 +49,9 @@
...
@@ -50,9 +49,9 @@
$
(
'#sendCtrlAltDelButton'
).
click
(
function
()
{
$
(
'#sendCtrlAltDelButton'
).
click
(
function
()
{
rfb
.
sendCtrlAltDel
();
return
false
;});
rfb
.
sendCtrlAltDel
();
return
false
;});
$
(
'#akkount-mate'
).
click
(
function
()
{
$
(
'#akkount-mate'
).
click
(
function
()
{
alert
(
'NEM!!!!!!444'
);
return
false
;});
return
false
;});
$
(
'#akkount-bd'
).
click
(
function
()
{
$
(
'#akkount-bd'
).
click
(
function
()
{
alert
(
'OK, ADOK!!!!!!444'
);
return
false
;});
return
false
;});
$
(
'a[href$="console"]'
).
click
(
function
()
{
$
(
'a[href$="console"]'
).
click
(
function
()
{
...
...
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