#1854 show issue content

This commit is contained in:
Unknwon 2015-11-13 12:11:45 -05:00
parent 0f438ef0b3
commit 6a664e88c7
6 changed files with 28 additions and 7 deletions

View file

@ -191,7 +191,7 @@
"outputPathIsOutsideProject": 0,
"outputPathIsSetByUser": 0,
"outputStyle": 1,
"syntaxCheckerStyle": 0
"syntaxCheckerStyle": 1
},
"\/js\/jquery-1.11.3.min.js": {
"fileType": 64,
@ -281,6 +281,17 @@
"outputPathIsSetByUser": 0,
"processed": 0
},
"\/js\/min\/gogs-min.js": {
"fileType": 64,
"ignore": 1,
"ignoreWasSetByUser": 0,
"inputAbbreviatedPath": "\/js\/min\/gogs-min.js",
"outputAbbreviatedPath": "\/js\/min\/min\/gogs-min-min.js",
"outputPathIsOutsideProject": 0,
"outputPathIsSetByUser": 0,
"outputStyle": 1,
"syntaxCheckerStyle": 1
},
"\/js\/semantic-2.1.5.min.js": {
"fileType": 64,
"ignore": 0,

View file

@ -630,9 +630,7 @@ $(document).ready(function () {
emojify.setConfig({
img_dir: suburl + '/img/emoji'
});
$('.emojify').each(function () {
emojify.run($(this)[0]);
});
emojify.run();
// Clipboard JS
var clipboard = new Clipboard('.clipboard');

1
public/js/min/gogs-min.js vendored Normal file

File diff suppressed because one or more lines are too long