diff options
Diffstat (limited to 'template/profile.st')
| -rwxr-xr-x | template/profile.st | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/template/profile.st b/template/profile.st index 7a3944f..e4dd467 100755 --- a/template/profile.st +++ b/template/profile.st @@ -1,14 +1,10 @@ - <html> <head> <title>$nick$'s dump.fm</title> $head()$ - <link rel="stylesheet" type="text/css" media="screen" - href="/static/profile.css"> - <script src="/static/jquery.editinplace.1.0.1.packed.js" - type="text/javascript"></script> + <link rel="stylesheet" type="text/css" media="screen" href="/static/css/profile.css"> + <script src="/static/js/jquery.editinplace.1.0.1.packed.js" type="text/javascript"></script> <script src="/static/js/ajaxupload.js"></script> - <script type="text/javascript" src="/static/jquery.editinplace.1.0.1.packed.js"></script> <script> jQuery(document).ready(initProfile); </script> |
