Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
PUBLIC
/
surfer-okd
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 09d1f4f5
authored
May 18, 2018
by
Johannes Zellner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Do not show errors on dialog dismiss
1 parent
25c2c5de
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
9 deletions
frontend/js/app.js
frontend/js/app.js
View file @
09d1f4f
...
@@ -275,9 +275,7 @@ var app = new Vue({
...
@@ -275,9 +275,7 @@ var app = new Vue({
refresh
();
refresh
();
});
});
}).
catch
(
function
()
{
}).
catch
(
function
()
{});
console
.
log
(
'delete error:'
,
arguments
);
});
},
},
onRename
:
function
(
entry
)
{
onRename
:
function
(
entry
)
{
var
that
=
this
;
var
that
=
this
;
...
@@ -294,9 +292,7 @@ var app = new Vue({
...
@@ -294,9 +292,7 @@ var app = new Vue({
refresh
();
refresh
();
});
});
}).
catch
(
function
(
error
)
{
}).
catch
(
function
()
{});
that
.
$message
.
error
(
error
.
message
);
});
},
},
onNewFolder
:
function
()
{
onNewFolder
:
function
()
{
var
that
=
this
;
var
that
=
this
;
...
@@ -314,9 +310,7 @@ var app = new Vue({
...
@@ -314,9 +310,7 @@ var app = new Vue({
refresh
();
refresh
();
});
});
}).
catch
(
function
(
error
)
{
}).
catch
(
function
()
{});
that
.
$message
.
error
(
error
.
message
);
});
},
},
prettyDate
:
function
(
row
,
column
,
cellValue
,
index
)
{
prettyDate
:
function
(
row
,
column
,
cellValue
,
index
)
{
var
date
=
new
Date
(
cellValue
),
var
date
=
new
Date
(
cellValue
),
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment