diff options
| author | timb <timb@mb.home> | 2010-04-01 00:36:24 -0700 |
|---|---|---|
| committer | timb <timb@mb.home> | 2010-04-01 00:36:24 -0700 |
| commit | 8d0e1e9aa4505ccaf0c77583fc2654806d17e8df (patch) | |
| tree | 2a38caf5af80bf9588cd2b933277f23734f76862 /template/profile.st | |
| parent | ea2af32328972dc8b415fc2efc3669052f5d1b58 (diff) | |
commits so i can merge
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> |
