Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Александр Буш
/
minesite
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 43fc45e9
authored
Mar 27, 2013
by
Alex Bush
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
хайлатер
1 parent
ee476a3d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
minecraft.sqlite
templates/layouts/default.html.ep
minecraft.sqlite
View file @
43fc45e
No preview for this file type
templates/layouts/default.html.ep
View file @
43fc45e
...
...
@@ -70,5 +70,12 @@
}(
window
.
jQuery
);
// #prettify
</script>
<script
type=
"text/javascript"
>
$
(
document
).
ready
(
function
()
{
$
(
"pre"
).
each
(
function
(
element
)
{
element
.
addClassName
(
"prettyprint linenums"
);
});
};
</script>
</body>
</html>
Write
Preview
Markdown
is supported
Attach a file
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 post a comment