Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
Flask_User_Reg
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mitchell Moore
Flask_User_Reg
Merge requests
!40
Add rabbitmq connection
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add rabbitmq connection
louistw/flask_user_reg:add_rabbitmq_connection
into
master
Overview
0
Commits
15
Pipelines
0
Changes
5
Merged
Bo-Chun Chen
requested to merge
louistw/flask_user_reg:add_rabbitmq_connection
into
master
5 years ago
Overview
0
Commits
15
Pipelines
0
Changes
5
Expand
merged mmoo97's latest code from master branch.
Edited
5 years ago
by
Mitchell Moore
👍
0
👎
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
91eb91f9
15 commits,
5 years ago
5 files
+
35
−
34
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
app/static/scripts/function.js
+
2
−
2
Options
@@ -20,10 +20,10 @@ function request_account() {
@@ -20,10 +20,10 @@ function request_account() {
socket
.
emit
(
'
request account
'
,
{
socket
.
emit
(
'
request account
'
,
{
fullname
:
document
.
getElementById
(
"
fullname
"
).
value
,
fullname
:
document
.
getElementById
(
"
fullname
"
).
value
,
reason
:
document
.
getElementById
(
"
reason
"
).
value
,
reason
:
document
.
getElementById
(
"
reason
"
).
value
,
username
:
document
.
getElementById
(
"
username
"
).
innerText
username
:
document
.
getElementById
(
"
bid
"
).
value
})
})
}
}
function
refresh
()
{
function
refresh
()
{
document
.
location
.
reload
(
true
);
document
.
location
.
reload
(
true
);
}
}
\ No newline at end of file
Loading