Difference between revisions of "SlashJavaScript"
From SoylentNews
(Created page with "CssWork <h2>Locations of the actual js files on disk</h2>") |
|||
Line 2: | Line 2: | ||
<h2>Locations of the actual js files on disk</h2> | <h2>Locations of the actual js files on disk</h2> | ||
+ | <pre> | ||
+ | /usr/local/slash/plugins/Ajax/htdocs/images: | ||
+ | admin.js | ||
+ | common.jsraw | ||
+ | common.slash.js | ||
+ | common.slash.ssl.js | ||
+ | core.js | ||
+ | javascript.js | ||
+ | sectionprefs.js | ||
+ | slash.boxes.js | ||
+ | slash.geometry.js | ||
+ | slash.menu.js | ||
+ | slash.util.js | ||
+ | tag-ui.js | ||
+ | typeof.js | ||
+ | |||
+ | /usr/local/slash/plugins/Ajax/htdocs/images/jquery: | ||
+ | jquery-1.3.2.js | ||
+ | jquery.autocomplete.js | ||
+ | jquery.autogrow.js | ||
+ | jquery.elastic-1.6.js | ||
+ | jquery.lazyload.js | ||
+ | jquery.metadata.js | ||
+ | jquery.textselection.js | ||
+ | ui.core.js | ||
+ | ui.draggable.js | ||
+ | ui.sortable.js | ||
+ | ui.tabs.js | ||
+ | |||
+ | </pre> |
Revision as of 03:37, 5 March 2014
Locations of the actual js files on disk
/usr/local/slash/plugins/Ajax/htdocs/images: admin.js common.jsraw common.slash.js common.slash.ssl.js core.js javascript.js sectionprefs.js slash.boxes.js slash.geometry.js slash.menu.js slash.util.js tag-ui.js typeof.js /usr/local/slash/plugins/Ajax/htdocs/images/jquery: jquery-1.3.2.js jquery.autocomplete.js jquery.autogrow.js jquery.elastic-1.6.js jquery.lazyload.js jquery.metadata.js jquery.textselection.js ui.core.js ui.draggable.js ui.sortable.js ui.tabs.js