Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
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
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
b6492149
Commit
b6492149
authored
Feb 11, 2017
by
Mike Greiling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update additional ee-only modules
parent
42f67111
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
app/assets/javascripts/admin_email_select.js
app/assets/javascripts/admin_email_select.js
+1
-1
app/assets/javascripts/approvals.js
app/assets/javascripts/approvals.js
+1
-1
app/assets/javascripts/ldap_groups_select.js
app/assets/javascripts/ldap_groups_select.js
+1
-1
app/assets/javascripts/path_locks.js
app/assets/javascripts/path_locks.js
+1
-1
app/assets/javascripts/weight_select.js
app/assets/javascripts/weight_select.js
+1
-1
No files found.
app/assets/javascripts/admin_email_select.js
View file @
b6492149
...
...
@@ -83,4 +83,4 @@
})();
}).
call
(
this
);
}).
call
(
window
);
app/assets/javascripts/approvals.js
View file @
b6492149
...
...
@@ -69,4 +69,4 @@
});
});
}).
call
(
this
);
}).
call
(
window
);
app/assets/javascripts/ldap_groups_select.js
View file @
b6492149
...
...
@@ -48,4 +48,4 @@
});
});
}).
call
(
this
);
}).
call
(
window
);
app/assets/javascripts/path_locks.js
View file @
b6492149
...
...
@@ -21,4 +21,4 @@
})();
}).
call
(
this
);
}).
call
(
window
);
app/assets/javascripts/weight_select.js
View file @
b6492149
...
...
@@ -71,4 +71,4 @@
})();
}).
call
(
this
);
}).
call
(
window
);
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