Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOOD
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
tmq
2016-04-26 18:37:21 +0800
Commit
ad07959c3c8f4f5dba7e5648d4d0a5b151395ab6
1 parent
f04dbd87
bug
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
website/view/layout/admin_layout.php
website/view/layout/admin_layout.php
View file @
ad07959
...
...
@@ -77,5 +77,10 @@
SITE_JS
.
'/lib/seajs.js'
));
?>
<?php
$this
->
_endblock
();
?>
<script
type=
"text/javascript"
>
seajs
.
use
(
'admin/partner'
,
function
(
partner
){
partner
.
info
();
});
</script>
</body>
</html>
\ No newline at end of file
...
...
Please
register
or
login
to post a comment