Commit f348636 1 parent 9e9e1e0 commit f348636 Copy full SHA for f348636
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1568,7 +1568,7 @@ $(document).ready(function () {
1568
1568
initWebhook ( ) ;
1569
1569
initAdmin ( ) ;
1570
1570
initCodeView ( ) ;
1571
- initDashboardSearch ( ) ;
1571
+ initVueApp ( ) ;
1572
1572
initTeamSettings ( ) ;
1573
1573
1574
1574
// Repo clone url.
@@ -1758,8 +1758,8 @@ function initVueComponents(){
1758
1758
} )
1759
1759
}
1760
1760
1761
- function initDashboardSearch ( ) {
1762
- var el = document . getElementById ( 'dashboard-repo-search ' ) ;
1761
+ function initVueApp ( ) {
1762
+ var el = document . getElementById ( 'app ' ) ;
1763
1763
if ( ! el ) {
1764
1764
return ;
1765
1765
}
Original file line number Diff line number Diff line change 7
7
<div class="ten wide column">
8
8
{{template "user/dashboard/feeds" .}}
9
9
</div>
10
- <div id="dashboard-repo-search " class="six wide column">
10
+ <div id="app " class="six wide column">
11
11
<repo-search :search-limit="searchLimit" :suburl="suburl" :uid="uid"><i class="fa fa-spinner fa-spin"></i></repo-search>
12
12
</div>
13
13
</div>
You can’t perform that action at this time.
0 commit comments