-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #186 from ankush-maherwal/release-1.2.1
Task #123 feat: related fields
- Loading branch information
Showing
22 changed files
with
2,332 additions
and
327 deletions.
There are no files selected for viewing
1,079 changes: 1,079 additions & 0 deletions
1,079
src/components/com_tjucm/administrator/assets/js/itemform.js
Large diffs are not rendered by default.
Oops, something went wrong.
217 changes: 0 additions & 217 deletions
217
src/components/com_tjucm/administrator/assets/js/tjucm_ajaxForm_save.js
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<FilesMatch ".*"> | ||
Allow from All | ||
</FilesMatch> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
// Declare Namespace | ||
/** global: window */ | ||
window.com_tjucm = {}; | ||
var Services = function () {}; | ||
var UI = function () {}; | ||
window.com_tjucm.Services = new Services(); | ||
window.com_tjucm.UI = new UI(); | ||
Services = undefined; | ||
UI = undefined; |
Oops, something went wrong.