Skip to content

Commit

Permalink
= журнал - перемещение файлов
Browse files Browse the repository at this point in the history
! не грузится jquery в журнале
  • Loading branch information
atnartur committed May 15, 2016
1 parent 84eea89 commit 0557532
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*/

$(document).ready(function(){
cliend_include_js(chrome.extension.getURL("js/libs/jquery.min.js"));
cliend_include_js(chrome.extension.getURL("js/fixtures/school/journal/page.js"));
cliend_include_js(chrome.extension.getURL("libs/jquery/dist/jquery.min.js"));
cliend_include_js(chrome.extension.getURL("js/fixtures/school/journal/index/page.js"));
cliend_include_style(chrome.extension.getURL("styles/fixtures/school/journal.css"));
});
File renamed without changes.
3 changes: 3 additions & 0 deletions js/fixtures/school/journal/lesson-edit.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/*
* @Author: Artur Atnagulov (ClienDDev team)
*/
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
"js": [
"/libs/jquery/dist/jquery.min.js",
"/js/common/base.js",
"/js/fixtures/school/journal/extension.js"
"/js/fixtures/school/journal/index/extension.js"
],
"run_at": "document_end"
},
Expand All @@ -161,7 +161,7 @@
"js/common/get_vk_post_id.js",

"js/fixtures/admin/page/news/edit/page.js",
"js/fixtures/school/journal/page.js",
"js/fixtures/school/journal/index/page.js",
"js/fixtures/upload_crop/show/page.js",

"js/vk/post_share.js",
Expand Down

0 comments on commit 0557532

Please sign in to comment.