Skip to content

Commit

Permalink
JS files moved to assets folder
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyautkin committed Aug 31, 2017
1 parent 54ce723 commit 3c6f681
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions _build/build.transport.php
Expand Up @@ -233,12 +233,12 @@
$vehicle = $builder->createVehicle($category, $attr);

// now pack in resolvers
/*

$vehicle->resolve('file', array(
'source' => $sources['source_assets'],
'target' => "return MODX_ASSETS_PATH . 'components/';",
));
*/

$vehicle->resolve('file', array(
'source' => $sources['source_core'],
'target' => "return MODX_CORE_PATH . 'components/';",
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion core/components/tvtable/elements/tv/tv.table.input.tpl
Expand Up @@ -22,7 +22,7 @@
<script type="text/javascript">
if(typeof methods == 'undefined'){
document.write('<script src="/core/components/tvtable/elements/tvtable.js"><\/script>');
document.write('<script src="/assets/components/tvtable/js/mgr/tvtable.js"><\/script>');
}
window.ie9=window.XDomainRequest && window.performance; window.ie=window.ie && !window.ie9; /* IE9 patch */
Expand Down
Binary file modified tvtable-1.0.2-beta.transport.zip
Binary file not shown.

0 comments on commit 3c6f681

Please sign in to comment.