mamberamo/public/style/js/layout-rtl.js

9 lines
101 B
JavaScript
Raw Permalink Normal View History

2022-04-13 08:51:55 +02:00
(function($) {
"use strict"
new dezSettings({
direction: "rtl"
});
})(jQuery);