mirror of
https://github.com/taroved/pol
synced 2025-05-18 07:10:09 -07:00
xpath editor (1)
This commit is contained in:
parent
5f76c3b651
commit
6af7e6d351
@ -0,0 +1,28 @@
|
||||
(function(){
|
||||
|
||||
// skip non setup page
|
||||
if (!document.location.href.match('https?://[^/]+/[^/]+/setup\?.+'))
|
||||
return;
|
||||
|
||||
function init_tool(pathes) {
|
||||
}
|
||||
|
||||
function check_pathes(pathes) {
|
||||
}
|
||||
|
||||
function update_tool_ui(config) {
|
||||
}
|
||||
|
||||
window.ext_tool = {
|
||||
'init': init_tool,
|
||||
'check': check_pathes,
|
||||
'update_ui': update_tool_ui
|
||||
};
|
||||
|
||||
$(document).ready(function(){
|
||||
|
||||
|
||||
});
|
||||
|
||||
|
||||
})();
|
BIN
frontend/frontend/static/frontend/images/target48.png
Normal file
BIN
frontend/frontend/static/frontend/images/target48.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
BIN
frontend/frontend/static/frontend/images/wrench48.png
Normal file
BIN
frontend/frontend/static/frontend/images/wrench48.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.6 KiB |
Loading…
x
Reference in New Issue
Block a user