Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cribjs-editor
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
Cédric Le Ninivin
cribjs-editor
Commits
e2fa6c11
Commit
e2fa6c11
authored
Sep 25, 2020
by
Cédric Le Ninivin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
AddApplication: Redirect to edit of index.html instead of the app
parent
0c3406ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
gadget/gadget_cribjs_page_add_application.js
gadget/gadget_cribjs_page_add_application.js
+2
-1
No files found.
gadget/gadget_cribjs_page_add_application.js
View file @
e2fa6c11
...
...
@@ -100,7 +100,7 @@
return
putNewAppList
(
gadget
,
app_list
);
})
.
push
(
function
()
{
document
.
location
=
window
.
location
.
origin
+
window
.
location
.
pathname
+
redirect_to
;
return
gadget
.
redirect
({
page
:
"
editor
"
,
url
:
redirect_to
})
;
});
}
...
...
@@ -165,6 +165,7 @@
//////////////////////////////////////////////
// acquired methods
//////////////////////////////////////////////
.
declareAcquiredMethod
(
"
redirect
"
,
"
redirect
"
)
.
declareAcquiredMethod
(
"
crib_sw_get
"
,
"
crib_sw_get
"
)
.
allowPublicAcquisition
(
"
crib_sw_get
"
,
function
(
argument_list
)
{
return
this
.
crib_sw_get
(
argument_list
[
0
]);
...
...
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